[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TCustomPrintDialog - base class for TPrintDialog.
Source position: dialogs.pp line 456
type TCustomPrintDialog = class(TCommonDialog) |
||
public |
||
constructor Create(); override; |
|
|
property Collate: Boolean; [rw] |
|
If True, printer will be asked to Collate pages if multiple copies are produced |
|
Number of Copies of the document |
|
|
FromPage - first page of selection for printing |
|
|
MinPage - smallest number of page in print range |
|
|
MaxPage - highest number of page in print range |
|
property Options: TPrintDialogOptions; [rw] |
|
The seet of Options for printing |
property PrintToFile: Boolean; [rw] |
|
PrintToFile - if True, printing is spooled to a file instead of the printer |
property PrintRange: TPrintRange; [rw] |
|
PrintRange - the range of pages for printing |
|
ToPage - the final page number in the range for printing |
|
end; |
|
TCustomPrintDialog - base class for TPrintDialog. |
|
| | ||
|
TCommonDialog : the base type from which other dialogs are derived |
|
| | ||
|
TLCLComponent - base class for LCL components |
|
| | ||
| | ||
| | ||
lazarus-ccr.sourceforge.net |