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.
// Delphi public procedure ReadZone( const _name : String; const _list : TGIS_StringList );
// C++ Builder public: void ReadZone( const UnicodeString _name, TGIS_StringList* const _list );
Name | Type | Description |
---|---|---|
_name | String | name of value |
_list | TGIS_StringList | parameters in internal format |