User Tools

Site Tools


api:dk11:delphi:gisconfig.tgis_config.readzone_string_tgis_stringlist

Table of Contents

TGIS_Config.ReadZone method

DK11 for Delphi | GisConfig.TGIS_Config.ReadZone | Constructors | Fields | Methods | Properties

Read parameters given by zone _name. If Parameters do not exist or are invalid then empty list will be returned.

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

Syntax

// Delphi
public
  procedure ReadZone(
    const _name : String;
    const _list : TGIS_StringList
  );
// C++ Builder
public:
  void ReadZone(
    const UnicodeString _name,
    TGIS_StringList* const _list
  );

Parameters

Name Type Description
_name String name of value
_list TGIS_StringList parameters in internal format
2022/11/16 01:14

Page Tools