Navigation: Code Documentation > RSFMXSVG > FMX.RS.SVGSyncObjs > Classes
TSVGServerJob Class
Defines a base SVG Server job.
Server jobs are executed by the RSSVGSyncObjs|TSVGServerThread class.
Namespace: FMX.RS.SVGSyncObjs
TPersistent FMX.RS.SVGSyncObjs.TSVGServerJob FMX.RS.SVGSyncObjs.TSVGLoadJob FMX.RS.SVGSyncObjs.TSVGPaintJob
Delphi
type TSVGServerJob = class(TPersistent) end;
Name
Description
Create(TSVGDocument)
Initializes a new instance of the TSVGServerJob class.
Destroy
Represents the destructor of the TSVGServerJob class.
Top
SVG
SVG Document to process in the job
Execute
Execute the job
•FMX.RS.SVGSyncObjs