Unit 'Dialogs' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TCustomPrintDialog

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

TCustomPrintDialog - base class for TPrintDialog.

Declaration

Source position: dialogs.pp line 507

type TCustomPrintDialog = class(TCommonDialog)

public

  constructor Create(); override;

  

  property Collate: Boolean; [rw]

  

Enables page collation when multiple copies are produced.

  property Copies: Integer; [rw]

  

Number of Copies of the document.

  property FromPage: Integer; [rw]

  

FromPage - first page of selection for printing.

  property MinPage: Integer; [rw]

  

MinPage - smallest number of page in print range.

  property MaxPage: Integer; [rw]

  

MaxPage - highest number of page in print range.

  property Options: TPrintDialogOptions; [rw]

  

The set of Options for printing.

  property PrintToFile: Boolean; [rw]

  

When True, printing is spooled to a file instead of the printer.

  property PrintRange: TPrintRange; [rw]

  

PrintRange - the range of pages for printing.

  property ToPage: Integer; [rw]

  

ToPage - the final page number in the range for printing.

end;

Inheritance

TCustomPrintDialog

  

TCustomPrintDialog - base class for TPrintDialog.

|

TCommonDialog

  

The base type from which other dialogs are derived.

|

TLCLComponent

  

The base class for LCL components which have an associated widget.

|

TObject