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

TCustomPrintDialog

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

Declaration

Source position: dialogs.pp line 529

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

  

|

TCommonDialog

  

|

TLCLComponent

  

|

TObject



CT Web help

CodeTyphon Studio