DK11 for Delphi | GisConfig.TGIS_Config.readZones | Constructors | Fields | Methods | Properties
Read zones to list.
// Delphi protected procedure readZones( const _name : String; const _list : TGIS_StringList ); virtual; abstract;
// C++ Builder protected: virtual void readZones( const UnicodeString _name, TGIS_StringList* const _list ) = 0;
Name | Type | Description |
---|---|---|
_name | String | zone name |
_list | TGIS_StringList | list to be filled |