Navigation: Code Documentation > RSVclSVG > RSSVGSyncObjs > Classes
TSVGLoadJob Class
Defines a job for loading a SVG in a thread
Server jobs are executed by the RSSVGSyncObjs.TSVGServerThread class.
Namespace: RSSVGSyncObjs
TPersistent RSSVGSyncObjs.TSVGServerJob RSSVGSyncObjs.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 RSSVGSyncObjs.TSVGServerJob.Destroy.)
Top
Stream
Stream to load the SVG from
SVG
SVG Document to process in the job (Inherited from RSSVGSyncObjs.TSVGServerJob.)
Execute
Execute the job (Overrides RSSVGSyncObjs.TSVGServerJob.Execute.)
•RSSVGSyncObjs