DK11 for Delphi | GisConfig.TGIS_Config.WriteZone | Constructors | Fields | Methods | Properties
Write parameters given by zone _name.
// Delphi public procedure WriteZone( const _name : String; const _list : TGIS_StringList; const _default : TGIS_StringList );
// C++ Builder public: void WriteZone( const UnicodeString _name, TGIS_StringList* const _list, TGIS_StringList* const _default );
Name | Type | Description |
---|---|---|
_name | String | name of value |
_list | TGIS_StringList | value of the parameter |
_default | TGIS_StringList | default value of the parameter |