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