Unit 'LR_Prntr' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lz_report]

TfrPrinter

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

Declaration

Source position: lr_prntr.pas line 32

type TfrPrinter = class

public

  Orientation: TPrinterOrientation;

  

  PaperSize: Integer;

  

  PaperWidth: Integer;

  

  PaperHeight: Integer;

  

  PaperSizes: array [0..255] of Integer;

  

  PaperSizesNum: Integer;

  

  constructor Create;

  

  destructor Destroy; override;

  

  procedure FillPrnInfo();

  

  procedure SetPrinterInfo();

  

  function IsEqual();

  

  function GetArrayPos();

  

  function DefaultPaperIndex;

  

  function DefaultPageSize;

  

  function UseVirtualPrinter;

  

  function FillPapers();

  

  property DocumentUnits: TlrPaperUnits; [rw]

  

  property PaperNames: TStringList; [r]

  

  property Printer: TPrinter; [rw]

  

  property Printers: TStringList; [r]

  

  property PrinterIndex: Integer; [rw]

  

end;

Inheritance

TfrPrinter

  

|

TObject



CT Web help

CodeTyphon Studio