Beschreibung | Hierarchie | Felder | Methoden | Eigenschaften |
type TPrinter = class(TObject)
![]() |
constructor Create; virtual; |
![]() |
destructor Destroy; override; |
![]() |
procedure Abort; |
![]() |
procedure BeginDoc; |
![]() |
procedure EndDoc; |
![]() |
procedure NewPage; |
![]() |
procedure Refresh; |
![]() |
procedure SetPrinter(aName : String); |
![]() |
function Write(const Buffer; Count:Integer; var Written: Integer): Boolean; virtual; |
![]() |
property PrinterIndex : integer read GetPrinterIndex write SetPrinterIndex; |
![]() |
property PaperSize : TPaperSize read GetPaperSize; |
![]() |
property Orientation: TPrinterOrientation read GetOrientation write SetOrientation; |
![]() |
property PrinterState : TPrinterState read DoGetPrinterState; |
![]() |
property Copies : Integer read GetCopies write SetCopies; |
![]() |
property Printers: TStrings read GetPrinters; |
![]() |
property Fonts: TStrings read GetFonts; |
![]() |
property Canvas: TCanvas read GetCanvas; |
![]() |
property PageHeight: Integer read GetPageHeight; |
![]() |
property PageWidth: Integer read GetPageWidth; |
![]() |
property PageNumber : Integer read fPageNumber; |
![]() |
property Aborted: Boolean read fAborted; |
![]() |
property Printing: Boolean read FPrinting; |
![]() |
property Title: string read fTitle write fTitle; |
![]() |
property PrinterType : TPrinterType read GetPrinterType; |
![]() |
property CanPrint : Boolean read GetCanPrint; |
![]() |
property CanRenderCopies : Boolean read GetCanRenderCopies; |
![]() |
property XDPI : Integer read GetXDPI; |
![]() |
property YDPI : Integer read GetYDPI; |
![]() |
property RawMode: boolean read FRawMode write SetRawMode; |
![]() |
constructor Create; virtual; |
![]() |
destructor Destroy; override; |
![]() |
procedure Abort; |
![]() |
procedure BeginDoc; |
![]() |
procedure EndDoc; |
![]() |
procedure NewPage; |
![]() |
procedure Refresh; |
![]() |
procedure SetPrinter(aName : String); |
![]() |
function Write(const Buffer; Count:Integer; var Written: Integer): Boolean; virtual; |
![]() |
property PrinterIndex : integer read GetPrinterIndex write SetPrinterIndex; |
![]() |
property PaperSize : TPaperSize read GetPaperSize; |
![]() |
property Orientation: TPrinterOrientation read GetOrientation write SetOrientation; |
![]() |
property PrinterState : TPrinterState read DoGetPrinterState; |
![]() |
property Copies : Integer read GetCopies write SetCopies; |
![]() |
property Printers: TStrings read GetPrinters; |
![]() |
property Fonts: TStrings read GetFonts; |
![]() |
property Canvas: TCanvas read GetCanvas; |
![]() |
property PageHeight: Integer read GetPageHeight; |
![]() |
property PageWidth: Integer read GetPageWidth; |
![]() |
property PageNumber : Integer read fPageNumber; |
![]() |
property Aborted: Boolean read fAborted; |
![]() |
property Printing: Boolean read FPrinting; |
![]() |
property Title: string read fTitle write fTitle; |
![]() |
property PrinterType : TPrinterType read GetPrinterType; |
![]() |
property CanPrint : Boolean read GetCanPrint; |
![]() |
property CanRenderCopies : Boolean read GetCanRenderCopies; |
![]() |
property XDPI : Integer read GetXDPI; |
![]() |
property YDPI : Integer read GetYDPI; |
![]() |
property RawMode: boolean read FRawMode write SetRawMode; |