DK11 for Delphi | GisXmlFiles.TGIS_XmlFile.ReadString | Constructors | Methods | Properties
Read xml node as text.
// Delphi public function ReadString( const _name : String; const _value : String ) : String;
// C++ Builder public: UnicodeString ReadString( const UnicodeString _name, const UnicodeString _value );
Name | Type | Description |
---|---|---|
_name | String | node name |
_value | String | default value |
Type | Description |
---|---|
String | text value |