Parses the XML node with the specified name into a string
Namespace: FMX.RS.SVGUtils
Delphi |
function ParseString( const Node: IXMLNode; const Name: String; DefValue: String = '' ): String; |
Parameters
Node
Type: IXMLNode
Name
Type: String
DefValue
Type: String
Type: String
If the string is empty, the default value (DefValue) is returned. |
Reference |