Navigation: Code Documentation > RSFMXSVG > FMX.RS.SVG > Classes > TSVGElement > Methods
TSVGElement.SaveToXML(IXMLNode) Method
Saves the SVG element's attributes and children to the XML node
Note
The IXMLNode must already exist and be set to the correct NodeType
Namespace: FMX.RS.SVG
Delphi
public procedure SaveToXML( const Node: IXMLNode ); virtual;
Parameters
Node
Type: IXMLNode
•TSVGElement
•FMX.RS.SVG