User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_config.writeboolean_widestring_wordbool_wordbool

Table of Contents

ITGIS_Config.WriteBoolean method

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

Write parameters given by _name.

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

Syntax

// C#
public void WriteBoolean(
  WideString _name,
  WordBool _value,
  WordBool _default
);
' VisualBasic
Public Sub WriteBoolean(
  ByVal _name As WideString,
  ByVal _value As WordBool,
  ByVal _default As WordBool
)
// Oxygene
public
  procedure WriteBoolean(
    _name : WideString;
    _value : WordBool;
    _default : WordBool
  );

Parameters

Name Type Description
_name WideString name of value
_value WordBool value of the parameter
_default WordBool default value of the parameter
2022/11/16 01:08

Page Tools