User Tools

Site Tools


api:dk11:delphi:gisconfigxml.tgis_configxml.writecustomparam_string_tgis_strings

Table of Contents

TGIS_ConfigXml.writeCustomParam method

DK11 for Delphi | GisConfigXml.TGIS_ConfigXml.writeCustomParam | Constructors | Fields | Methods | Properties

Write custom configuration parameters.

Available also on: .NET | Java.

Syntax

Overrides TGIS_Config.writeCustomParam.

// Delphi
protected
  procedure writeCustomParam(
    const _name : String;
    const _list : TGIS_Strings
  ); override;
// C++ Builder
protected:
  virtual void writeCustomParam(
    const UnicodeString _name,
    TGIS_Strings* const _list
  );

Parameters

Name Type Description
_name String name of custom section
_list TGIS_Strings list of parameters in a form of "name=value"
2020/05/07 01:06

Page Tools