User Tools

Site Tools


api:dk11:delphi:gislayer.tgis_layer.customdata

Table of Contents

TGIS_Layer.CustomData property

DK11 for Delphi | GisLayer.TGIS_Layer.CustomData | Constructors | Fields | Methods | Properties | Events | Events

List of custom, user-defined data. List is saved/restored with config/project files.

List is in a form of "name=value".

Available also on: .NET | Java | ActiveX | Python.

Syntax

// Delphi
public
  property CustomData : TStringList read;
// C++ Builder
public:
  __property TStringList* CustomData = {read};

Value

Type
TStringList

Remarks

  • It is recommended to use product specific names like: "MyProduct.MyValue=some data".
  • Using an ASCII file names without spaces or any special characters is recommended.

2022/11/16 01:18

Page Tools