User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_configxml.writecustomparam_string_tgis_strings

Table of Contents

TGIS_ConfigXml.writeCustomParam method

DK11 for Java | tatukgis.jdk.TGIS_ConfigXml.writeCustomParam | Constructors | Fields | Methods | Properties

Write custom configuration parameters.

Available also on: Delphi | .NET.

Overrides TGIS_Config.writeCustomParam.

Syntax

// Java
protected void writeCustomParam(
  java.lang.String _name,
  TStrings _list
);
// Oxygene
protected
  procedure writeCustomParam(
    _name : String;
    _list : TGIS_Strings
  ); override;

Parameters

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

Page Tools