DK11 for Delphi | GisConfig.TGIS_Config.ReadCustomData | Constructors | Fields | Methods | Properties
Read custom configuration parameters.
// Delphi public procedure ReadCustomData( const _name : String; const _list : TGIS_Strings );
// C++ Builder public: void ReadCustomData( const UnicodeString _name, TGIS_Strings* const _list );
Name | Type | Description |
---|---|---|
_name | String | name of custom section |
_list | TGIS_Strings | list of parameters in a form of "name=value" |