User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_viewerwnd.customdata

Table of Contents

ITGIS_ViewerWnd.CustomData property

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_ViewerWnd.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: Delphi FMX | .NET WinForms | Java.

Syntax

// C#
public TGIS_StringList CustomData
{
  get {}
}
' VisualBasic
Public Property CustomData As TGIS_StringList
  Get
  End Get
End Property
// Oxygene
public
  property CustomData : TGIS_StringList 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.

2024/12/20 21:52

Page Tools