TiPlotToolBar.DoButtonClickPrint
TiPlotToolBar See Also
Clicks the Print button on the toolbar.
procedure DoButtonClickPrint;
Description
Call DoButtonClickPrint to toggle the Print Button on the toolbar. This
method performs the same action as if the user had clicked on the Print Button.
This method is useful for implementing a toolbar outside of the Plot Component.
The Print button prints an image of the chart to a printer.
Example
Delphi
iComponent.ToolBar[0].DoButtonClickPrint(); //Clicks the Print Button
C++ Builder
iComponent->ToolBar[0]->DoButtonClickPrint(); //Clicks the Print Button
Contents | Index | Previous | Next