.comment-link {margin-left:.6em;}

Wednesday, August 22, 2007

 

twolprintdlg

TWOLPrintDlg object
Unit: WOLGUI10.
Descendant of TWOLSysDialog. Representation, in object in WOL, of a print dialog box in the active gui.

Public Methods and Events:

constructor Create (AOwner: TWOLRoot); override;
destructor Destroy; override;

function Execute: Boolean; override;
It shows the print dialog box and returns if it has been closed or not.

Public properties and Events:

Collate: Boolean (For Reading and Writing)
Property that indicates the order of the pages to the printer.

You copy: TWOLSmallInt (For Reading and Writing)
Property that indicates the number of copies.

FromPage: TWOLSmallInt (For Reading and Writing)
Property that indicates the initial page to be printed.

MinPage: TWOLSmallInt (For Reading and Writing)
Property that indicates the minimum number of pages to be printed.

MaxPage: TWOLSmallInt (For Reading and Writing)
Property that indicates the maximum number of pages to be printed.

Options: TWOLPrintDlgFlags (For Reading and Writing)
Property with options that modify the behavior of print dialog box.

PrintRange: TWOLPrintDlgRange (For Reading and Writing)
Property that indicates the range of pages to be printed.

ToPage: TWOLSmallInt (For Reading and Writing)
Property that indicates the final page to be printed for the user.

PrinterIndex: TWOLInteger (Only for Reading)
Property that indicates the printer where the job is to be printed. Value based on zero.

OnClose
OnShow

Labels: ,


Comments: Post a Comment



<< Home

This page is powered by Blogger. Isn't yours?