[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Dialogs' (#lcl)

TCustomPrintDialog

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

Base class for TPrintDialog.

Declaration

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;

Inheritance

TCustomPrintDialog

  

Base class for TPrintDialog.

|

TCommonDialog

  

TCommonDialog : the base type from which other dialogs are derived

|

TLCLComponent

?

TObject

The latest version of this document can be found at lazarus-ccr.sourceforge.net.