User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_config.writecustomparam_string_tgis_strings

Table of Contents

TGIS_Config.writeCustomParam method

DK11 for .NET | TatukGIS.NDK.TGIS_Config.writeCustomParam | Constructors | Fields | Methods | Properties

Write custom configuration parameters.

Available also on: Delphi | Java.

Syntax

// C#
protected virtual abstract void writeCustomParam(
  string _name,
  TStrings _list
);
' VisualBasic
Protected Overridable MustOverride Sub writeCustomParam(
  ByVal _name As String,
  ByVal _list As TStrings
)
// Oxygene
protected
  procedure writeCustomParam(
    _name : String;
    _list : TGIS_Strings
  ); virtual; abstract;

Parameters

Name Type Description
_name string
String
name of custom section
_list TStrings
TGIS_Strings
list of parameters in a form of "name=value"
2021/12/07 08:58

Page Tools