User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_config.readboolean_widestring_wordbool

Table of Contents

ITGIS_Config.ReadBoolean method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Config.ReadBoolean | Methods | Properties

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

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

Syntax

// C#
public WordBool ReadBoolean(
  WideString _name,
  WordBool _default
);
' VisualBasic
Public Function ReadBoolean(
  ByVal _name As WideString,
  ByVal _default As WordBool
) As WordBool
// Oxygene
public
  function ReadBoolean(
    _name : WideString;
    _default : WordBool
  ) : WordBool;

Parameters

Name Type Description
_name WideString name of value
_default WordBool default value

Result

Type Description
WordBool parameter value
2022/11/16 01:08

Page Tools