Unit 'RLMetaFile' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_fortesreport]

TRLGraphicStorage

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: rlmetafile.pas line 291

type TRLGraphicStorage = class(TComponent)

protected

  procedure Notification(); override;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure Link();

  

  procedure Unlink();

  

  procedure Add();

  

  function New();

  

  procedure StorePage();

  

  procedure RetrievePage();

  

  procedure PrepareUpdate;

  

  procedure BeginUpdate;

  

  procedure EndUpdate;

  

  function Busy;

  

  procedure Cancel;

  

  function WaitPage();

  

  procedure Clear;

  

  procedure SaveToFile();

  

  procedure LoadFromFile();

  

  procedure SaveToStream();

  

  procedure LoadFromStream();

  

  property Pages []: TRLGraphicSurface; default; [r]

  

  property PageCount: Integer; [r]

  

  property FileVersion: Integer; [rw]

  

  property Macros: TStrings; [r]

  

  property FirstPageNumber: Integer; [rw]

  

  property LastPageNumber: Integer; [rw]

  

  property Title: string; [rw]

  

  property Orientation: TRLMetaOrientation; [rw]

  

  property PaperWidth: Double; [rw]

  

  property PaperHeight: Double; [rw]

  

  property OrientedPaperWidth: Double; [r]

  

  property OrientedPaperHeight: Double; [r]

  

  property OrientedWidth: Integer; [r]

  

  property OrientedHeight: Integer; [r]

  

  property Width: Integer; [r]

  

  property Height: Integer; [r]

  

  property Canceled: Boolean; [r]

  

end;

Inheritance

TRLGraphicStorage

  

|

TObject



CT Web help

CodeTyphon Studio