User Tools

Site Tools


api:dk11:delphi:gisconfig.tgis_config.writedormant_string_tgis_layerdormantmode_tgis_layerdormantmode

Table of Contents



TGIS_Config.WriteDormant method

DK for Delphi | GisConfig.TGIS_Config.WriteDormant | Constructors | Fields | Methods | Properties

Writes a layer dormant mode value to the active section.

Available also on: .NET | Java | ActiveX | Python.

Syntax

// 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
  );

Parameters

Name Type Description
_name String Parameter name.
_value TGIS_LayerDormantMode Value to write.
_default TGIS_LayerDormantMode Default value used to decide whether the parameter should be omitted.
2026/07/11 00:20

Page Tools