Klasse TCustomPrintDialog

BeschreibungHierarchieFelderMethodenEigenschaften

Unit

Deklaration

type TCustomPrintDialog = class(TCommonDialog)

Beschreibung

no description available, TCommonDialog description follows
no description available, TLCLComponent description follows

Hierarchie

Übersicht

Methoden

Public constructor Create(TheOwner: TComponent); override;

Eigenschaften

Public property Collate: Boolean read FCollate write FCollate default False;
Public property Copies: Integer read FCopies write FCopies default 0;
Public property FromPage: Integer read FFromPage write FFromPage default 0;
Public property MinPage: Integer read FMinPage write FMinPage default 0;
Public property MaxPage: Integer read FMaxPage write FMaxPage default 0;
Public property Options: TPrintDialogOptions read FOptions write FOptions default [];
Public property PrintToFile: Boolean read FPrintToFile write FPrintToFile default False;
Public property PrintRange: TPrintRange read FPrintRange write FPrintRange default prAllPages;
Public property ToPage: Integer read FToPage write FToPage default 0;

Beschreibung

Methoden

Public constructor Create(TheOwner: TComponent); override;
 

Eigenschaften

Public property Collate: Boolean read FCollate write FCollate default False;
 
Public property Copies: Integer read FCopies write FCopies default 0;
 
Public property FromPage: Integer read FFromPage write FFromPage default 0;
 
Public property MinPage: Integer read FMinPage write FMinPage default 0;
 
Public property MaxPage: Integer read FMaxPage write FMaxPage default 0;
 
Public property Options: TPrintDialogOptions read FOptions write FOptions default [];
 
Public property PrintToFile: Boolean read FPrintToFile write FPrintToFile default False;
 
Public property PrintRange: TPrintRange read FPrintRange write FPrintRange default prAllPages;
 
Public property ToPage: Integer read FToPage write FToPage default 0;
 

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