User Tools

Site Tools


api:dk11:delphi:gisconfig.tgis_config.writedormant_string_tgis_layerdormantmode_tgis_layerdormantmode

Table of Contents

TGIS_Config.WriteDormant method

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

Write parameters given by _name.

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 name of value
_value TGIS_LayerDormantMode value of the parameter
_default TGIS_LayerDormantMode default value of the parameter
2022/11/16 01:14

Page Tools