Navigation: Code Documentation > RSFMXSVG > FMX.RS.SVGCtrls > Classes > TRSFmxSVGDocument > Events
TRSFmxSVGDocument.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.SVGCtrls
Delphi
published property OnSavingElement: TSVGSavingElementEvent read GetOnSavingElement write SetOnSavingElement;
Value
Type: TSVGSavingElementEvent
•FMX.RS.SVGCtrls.TRSFmxSVGDocument.OnSavedElement
•FMX.RS.SVGCtrls.TRSFmxSVGDocument.OnParsingNode
•FMX.RS.SVG.TSVGElement.SaveToXML(IXMLNode)
•TRSFmxSVGDocument
•FMX.RS.SVGCtrls