Saves the specified Value to the XML node as an attribute (specified by the Name parameter)
If the inherits parameter is true and the compact parameter is true, then attribute will not be written out
Namespace: FMX.RS.SVGUtils
Delphi |
function SaveAttrString( const Node: IXMLNode; const Name: String; |
Parameters
Node
Type: IXMLNode
Name
Type: String
Value
Type: String
Inherits
Type: Boolean
Compact
Type: Boolean
Type: Boolean