TiScopeToolBar.DoButtonClickPrint

TiScopeToolBar

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 Scope Component.

Note: you can also use the PrintDisplay method to print the chart. Both do the same thing.

Example

Delphi

iComponent.ToolBar.DoButtonClickPrint; //Clicks the Print Button

C++ Builder

iComponent->ToolBar->DoButtonClickPrint(); //Clicks the Print Button

Contents | Index | Previous | Next