Navigation: Code Documentation > RSFMXSVG > FMX.RS.SVG > Classes > TSVGPlaceholder
TSVGPlaceholder Methods
Name
Description
DoLoadFromXML(IXMLNode)
This method sets the properties of the svg element from the node when loading the svg from XML
This method does the work for the current svg element only.
DoSaveToXML(IXMLNode)
This method saves the properties of the svg element to the xml node.
GetSVGType
Returns the SVG element type of the class (Overrides FMX.RS.SVG.TSVGElement.GetSVGType.)
Top