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.
// Java protected void writeCustomParam( java.lang.String _name, TStrings _list );
// Oxygene protected procedure writeCustomParam( _name : String; _list : TGIS_Strings ); override;
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" |