TiPlotComponent.PrintShowDialog
TiPlotComponent See Also
Specifies whether the printer setup dialog is shown to the user when the
PrintChart method is called.
property PrintShowDialog : Boolean;
Description
Use PrinterShowDialog to specify whether the printer setup dialog is shown to
the user when the PrintChart 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