Hide Comments
Hide Comments

Comments (0)

Defines a job for loading a SVG in a thread

Server jobs are executed by the RSSVGSyncObjs|TSVGServerThread class.

Namespace: FMX.RS.SVGSyncObjs

expandingInheritance Hierarchy

TPersistent
  FMX.RS.SVGSyncObjs.TSVGServerJob
    FMX.RS.SVGSyncObjs.TSVGLoadJob
 

expandingSyntax

Delphi

type
  TSVGLoadJob = class(TSVGServerJob)
  end;
 

expandingConstructors

 

Name

Description

public constructor

Create(String,TSVGDocument)

Overloaded. Initializes a new instance of the TSVGLoadJob class.

public constructor

Create(TStream,TSVGDocument)

Overloaded. Initializes a new instance of the TSVGLoadJob class.

public destructor

Destroy

Represents the destructor of the TSVGLoadJob class. (Overrides FMX.RS.SVGSyncObjs.TSVGServerJob.Destroy.)

Top

expandingProperties

 

Name

Description

public property

Stream

Stream to load the SVG from

public property

SVG

SVG Document to process in the job (Inherited from FMX.RS.SVGSyncObjs.TSVGServerJob.)

Top

expandingMethods

 

Name

Description

public method

Execute

Execute the job (Overrides FMX.RS.SVGSyncObjs.TSVGServerJob.Execute.)

Top

expandingSee Also

Reference

Comments (0)

RiverSoftAVG SVG Component Library (RSCL) © 2013-2015, Thomas G. Grubb