Unit 'PrintersDlgs' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lz_printers]

TPageSetupDialog

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

Declaration

Source position: printersdlgs.pp line 66

type TPageSetupDialog = class(TCustomPrinterSetupDialog)

protected

  function DoExecute; override;

  

public

  constructor Create(); override;

  

  property OnDialogResult;

  

  property AttachTo;

  

published

  property PageWidth: Integer; [rw]

  

  property PageHeight: Integer; [rw]

  

  property MarginLeft: Integer; [rw]

  

  property MarginTop: Integer; [rw]

  

  property MarginRight: Integer; [rw]

  

  property MarginBottom: Integer; [rw]

  

  property MinMarginLeft: Integer; [rw]

  

  property MinMarginTop: Integer; [rw]

  

  property MinMarginRight: Integer; [rw]

  

  property MinMarginBottom: Integer; [rw]

  

  property Options: TPageSetupDialogOptions; [rw]

  

  property Units: TPageMeasureUnits; [rw]

  

end;

Inheritance

TPageSetupDialog

  

|

TObject



CT Web help

CodeTyphon Studio