User Tools

Site Tools


api:dk11:delphi:gisconfig.tgis_config.writeparam_string_string_string

Table of Contents

TGIS_Config.writeParam method

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

Write configuration parameter to the configuration file.

Available also on: .NET | Java.

Syntax

// Delphi
protected
  procedure writeParam(
    const _name : String;
    const _value : String;
    const _default : String
  ); virtual; abstract;
// C++ Builder
protected:
  virtual void writeParam(
    const UnicodeString _name,
    const UnicodeString _value,
    const UnicodeString _default
  ) = 0;

Parameters

Name Type Description
_name String name of the parameter
_value String value of the parameter
_default String default value of the parameter
2020/05/07 01:06

Page Tools