User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_config.writecustomdata_string_tgis_strings

Table of Contents

TGIS_Config.WriteCustomData method

DK11 for .NET | TatukGIS.NDK.TGIS_Config.WriteCustomData | Constructors | Fields | Methods | Properties

Write custom configuration parameters.

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

Syntax

// C#
public void WriteCustomData(
  string _name,
  TStrings _list
);
' VisualBasic
Public Sub WriteCustomData(
  ByVal _name As String,
  ByVal _list As TStrings
)
// Oxygene
public
  procedure WriteCustomData(
    _name : String;
    _list : TGIS_Strings
  );

Parameters

Name Type Description
_name string
String
name of custom section
_list TStrings
TGIS_Strings
list of parameters in a form of "name=value"
2022/11/16 01:27

Page Tools