User Tools

Site Tools


api:dk11:delphi:gisinterfaces.igis_viewer.customdata

Table of Contents

IGIS_Viewer.CustomData property

DK11 for Delphi | GisInterfaces.IGIS_Viewer.CustomData | Methods | Properties

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
public
  property CustomData : TGIS_StringList read;
// C++ Builder
public:
  __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/16 01:18

Page Tools