TiScope.PrintShowDialog
TiScope
Specifies whether the printer setup dialog is shown to the user when the
PrintChart method is called.
property PrintShowDialog : Boolean;
Description
Use PrintShowDialog to specify whether the printer setup dialog is shown to
the user when the PrintDisplay method is called. If Enabled, the user can select a local or network printer,
specify the orientation, number of copies, and etc. before actually printing
the chart.
Example
Delphi
iComponent.PrintShowDialog := True;
C++ Builder
iComponent->PrintShowDialog = True;
Contents | Index | Previous | Next