the SVG object to draw
Namespace: FMX.RS.SVGSyncObjs
Delphi
|
public
property SVG: TSVGDocument read FSVG write SetSVG;
|
Property Value
Type: TSVGDocument
Note
|
The TSVGLoadThread uses this SVG to load from the file or stream. Any changes to the SVG before execution will be lost.
|
Warning
|
Read or write this property only when the thread is not executing ( e.g., either before Start or in OnTerminate event)
|
|