Navigation: Code Documentation > RSFMXSVG > FMX.RS.SVG > Classes > TSVGDocument > Events
TSVGDocument.OnSavingElement Event
Occurs just before an SVG element and its children are saved to an IXMLNode. Set DoSave to False to prevent the SVG element from being saved
Namespace: FMX.RS.SVG
Delphi
published property OnSavingElement: TSVGSavingElementEvent read FOnSavingElement write FOnSavingElement;
Value
Type: TSVGSavingElementEvent
•FMX.RS.SVG.TSVGDocument.OnSavedElement
•FMX.RS.SVG.TSVGDocument.OnParsingNode
•FMX.RS.SVG.TSVGElement.SaveToXML(IXMLNode)
•TSVGDocument
•FMX.RS.SVG