User Tools

Site Tools


api:dk11:delphi:gisconfig.tgis_config.writefloat_string_double_double

Table of Contents

TGIS_Config.WriteFloat method

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

Write parameters given by _name.

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

Syntax

// Delphi
public
  procedure WriteFloat(
    const _name : String;
    const _value : Double;
    const _default : Double
  );
// C++ Builder
public:
  void WriteFloat(
    const UnicodeString _name,
    const double _value,
    const double _default
  );

Parameters

Name Type Description
_name String name of value
_value Double value of the parameter
_default Double default value of the parameter
2022/11/16 01:14

Page Tools