User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_viewer.customdata

Table of Contents

TGIS_Viewer.CustomData property

DK for Java | tatukgis.jdk.TGIS_Viewer.CustomData | Constructors | Fields | Methods | Properties | 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: Delphi | .NET | ActiveX | Python.

Syntax

// Java
public TStringList getCustomData();
// Oxygene
public
  property CustomData : TGIS_StringList read;

Value

Type
TStringList
TGIS_StringList

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.

2025/01/31 01:18

Page Tools