Hide Comments
Hide Comments

Comments (0)

Defines a base SVG Server job.

Server jobs are executed by the RSSVGSyncObjs|TSVGServerThread class.

Namespace: FMX.RS.SVGSyncObjs

expandingInheritance Hierarchy

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

expandingSyntax

Delphi

type 
  TSVGServerJob = class(TPersistent) 
  end; 
 

expandingConstructors

 

Name

Description

public constructor

Create(TSVGDocument)

Initializes a new instance of the TSVGServerJob class.

public destructor

Destroy

Represents the destructor of the TSVGServerJob class.

Top

expandingProperties

 

Name

Description

public property

SVG

SVG Document to process in the job

Top

expandingMethods

 

Name

Description

public method

Execute

Execute the job

Top

expandingSee Also

Reference

Comments (0)

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