User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_config.writestyle_widestring_widestring_widestring

Table of Contents

ITGIS_Config.WriteStyle method

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

Write parameters given by _name. File based parameters will be saved as relative to config path.

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

Syntax

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

Parameters

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

Page Tools