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