Saves the specified list of values to the XML node as an attribute (specified by the Name parameter). The list of values is one string separated by the Delimiter character.
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
Values
Type: TStrings
Inherits
Type: Boolean
Compact
Type: Boolean
Delimiter
Type: Char
Type: Boolean