Parses the XML attribute with the specified name into a string
Namespace: FMX.RS.SVGUtils
Delphi |
function ParseAttrString( const Node: IXMLNode; const Name: String ): String; overload; |
Parameters
Node
Type: IXMLNode
Name
Type: String
Type: String
If the string is empty, an empty string is returned. |
Reference |