User Tools

Site Tools


api:dk11:delphi:gisviewer.tgis_viewer.customdata

Table of Contents

TGIS_Viewer.CustomData property

DK11 for Delphi | GisViewer.TGIS_Viewer.CustomData | Constructors | Fields | Methods | Properties | Events | Events

List of custom, user-defined data. List is save/restored witch config/project files.

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

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

Syntax

// Delphi
published
  property CustomData : TGIS_StringList read;
// C++ Builder
published:
  __property TGIS_StringList* CustomData = {read};

Value

Remarks

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

2022/11/30 19:19

Page Tools