Klasse TPrinter

BeschreibungHierarchieFelderMethodenEigenschaften

Unit

Deklaration

type TPrinter = class(TObject)

Beschreibung

Hierarchie

Übersicht

Methoden

Public constructor Create; virtual;
Public destructor Destroy; override;
Public procedure Abort;
Public procedure BeginDoc;
Public procedure EndDoc;
Public procedure NewPage;
Public procedure Refresh;
Public procedure SetPrinter(aName : String);
Public function Write(const Buffer; Count:Integer; var Written: Integer): Boolean; virtual;

Eigenschaften

Public property PrinterIndex : integer read GetPrinterIndex write SetPrinterIndex;
Public property PaperSize : TPaperSize read GetPaperSize;
Public property Orientation: TPrinterOrientation read GetOrientation write SetOrientation;
Public property PrinterState : TPrinterState read DoGetPrinterState;
Public property Copies : Integer read GetCopies write SetCopies;
Public property Printers: TStrings read GetPrinters;
Public property Fonts: TStrings read GetFonts;
Public property Canvas: TCanvas read GetCanvas;
Public property PageHeight: Integer read GetPageHeight;
Public property PageWidth: Integer read GetPageWidth;
Public property PageNumber : Integer read fPageNumber;
Public property Aborted: Boolean read fAborted;
Public property Printing: Boolean read FPrinting;
Public property Title: string read fTitle write fTitle;
Public property PrinterType : TPrinterType read GetPrinterType;
Public property CanPrint : Boolean read GetCanPrint;
Public property CanRenderCopies : Boolean read GetCanRenderCopies;
Public property XDPI : Integer read GetXDPI;
Public property YDPI : Integer read GetYDPI;
Public property RawMode: boolean read FRawMode write SetRawMode;

Beschreibung

Methoden

Public constructor Create; virtual;
 
Public destructor Destroy; override;
 
Public procedure Abort;
 
Public procedure BeginDoc;
 
Public procedure EndDoc;
 
Public procedure NewPage;
 
Public procedure Refresh;
 
Public procedure SetPrinter(aName : String);
 
Public function Write(const Buffer; Count:Integer; var Written: Integer): Boolean; virtual;
 

Eigenschaften

Public property PrinterIndex : integer read GetPrinterIndex write SetPrinterIndex;
 
Public property PaperSize : TPaperSize read GetPaperSize;
 
Public property Orientation: TPrinterOrientation read GetOrientation write SetOrientation;
 
Public property PrinterState : TPrinterState read DoGetPrinterState;
 
Public property Copies : Integer read GetCopies write SetCopies;
 
Public property Printers: TStrings read GetPrinters;
 
Public property Fonts: TStrings read GetFonts;
 
Public property Canvas: TCanvas read GetCanvas;
 
Public property PageHeight: Integer read GetPageHeight;
 
Public property PageWidth: Integer read GetPageWidth;
 
Public property PageNumber : Integer read fPageNumber;
 
Public property Aborted: Boolean read fAborted;
 
Public property Printing: Boolean read FPrinting;
 
Public property Title: string read fTitle write fTitle;
 
Public property PrinterType : TPrinterType read GetPrinterType;
 
Public property CanPrint : Boolean read GetCanPrint;
 
Public property CanRenderCopies : Boolean read GetCanRenderCopies;
 
Public property XDPI : Integer read GetXDPI;
 
Public property YDPI : Integer read GetYDPI;
 
Public property RawMode: boolean read FRawMode write SetRawMode;
 

Erstellt mit PasDoc 0.10.0 am 2007-03-27 23:03:03