Unit 'Printers' Package
[Overview][Types][Classes][Variables][Index] [#lcl]

TPaperSize

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

Declaration

Source position: printers.pas line 169

type TPaperSize = class(TObject)

public

  constructor Create(); overload;

  

  destructor Destroy; override;

  

  property DefaultPapers: Boolean; [r]

  

  property Width: Integer; [r]

  

  property Height: Integer; [r]

  

  property PaperName: string; [rw]

  

  property DefaultPaperName: string; [r]

  

  property PaperRect: TPaperRect; [rw]

  

  property SupportedPapers: TStrings; [r]

  

  property PaperRectOf []: TPaperRect; [r]

  

end;

Inheritance

TPaperSize

  

|

TObject



CT Web help

CodeTyphon Studio