User Tools

Site Tools


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

Table of Contents

TGIS_Config.ReadCustomData method

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

Read custom configuration parameters.

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

Syntax

// C#
public void ReadCustomData(
  string _name,
  TStrings _list
);
' VisualBasic
Public Sub ReadCustomData(
  ByVal _name As String,
  ByVal _list As TStrings
)
// Oxygene
public
  procedure ReadCustomData(
    _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