Navigation: Code Documentation > RSFMXSVG > FMX.RS.SVGSyncObjs > Classes
TSVGLoadJob Class
Defines a job for loading a SVG in a thread
Server jobs are executed by the RSSVGSyncObjs|TSVGServerThread class.
Namespace: FMX.RS.SVGSyncObjs
TPersistent FMX.RS.SVGSyncObjs.TSVGServerJob FMX.RS.SVGSyncObjs.TSVGLoadJob
Delphi
type TSVGLoadJob = class(TSVGServerJob) end;
Name
Description
Create(String,TSVGDocument)
Overloaded. Initializes a new instance of the TSVGLoadJob class.
Create(TStream,TSVGDocument)
Destroy
Represents the destructor of the TSVGLoadJob class. (Overrides FMX.RS.SVGSyncObjs.TSVGServerJob.Destroy.)
Top
Stream
Stream to load the SVG from
SVG
SVG Document to process in the job (Inherited from FMX.RS.SVGSyncObjs.TSVGServerJob.)
Execute
Execute the job (Overrides FMX.RS.SVGSyncObjs.TSVGServerJob.Execute.)
•FMX.RS.SVGSyncObjs