[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Base class for TPrintDialog.
Source position: dialogs.pp line 441
type TCustomPrintDialog = class(TCommonDialog) |
||
public |
||
constructor Create(); override; |
|
|
property Collate: Boolean; [rw] |
|
|
property Copies: Integer; [rw] |
|
|
property FromPage: Integer; [rw] |
|
|
property MinPage: Integer; [rw] |
|
|
property MaxPage: Integer; [rw] |
|
|
property Options: TPrintDialogOptions; [rw] |
|
|
property PrintToFile: Boolean; [rw] |
|
|
property PrintRange: TPrintRange; [rw] |
|
|
property ToPage: Integer; [rw] |
|
|
end; |
|
Base class for TPrintDialog. |
|
| | ||
|
TCommonDialog : the base type from which other dialogs are derived |
|
| | ||
TLCLComponent |
||
? | ||
TObject |
lazarus-ccr.sourceforge.net |