User Tools

Site Tools


api:dk11:delphi:gisconfig.tgis_config.readboolean_string_boolean

Table of Contents

TGIS_Config.ReadBoolean method

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

Read parameters given by _name. If Parameters do not exist or are invalid, then _default value will be used.

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

Syntax

// Delphi
public
  function ReadBoolean(
    const _name : String;
    const _default : Boolean
  ) : Boolean;
// C++ Builder
public:
  bool ReadBoolean(
    const UnicodeString _name,
    const bool _default
  );

Parameters

Name Type Description
_name String name of value
_default Boolean default value

Result

Type Description
Boolean parameter value
2022/11/16 01:14

Page Tools