DK11 for Delphi | GisXmlFiles.TGIS_XmlFile.WriteString | Constructors | Methods | Properties
Write xml node as text.
// Delphi public procedure WriteString( const _name : String; const _value : String );
// C++ Builder public: void WriteString( const UnicodeString _name, const UnicodeString _value );
Name | Type | Description |
---|---|---|
_name | String | node name |
_value | String | node text |