TiPlotToolBar.DoButtonClickResume

TiPlotToolBar See Also

Clicks the Resume button on the toolbar.

procedure DoButtonClickResume;

Description

Call DoButtonClickResume to toggle the Resume Button on the toolbar. This method performs the same action as if the user had clicked on the Resume Button. This method is useful for implementing a toolbar outside of the Plot Component.

Example

Delphi

iComponent.ToolBar[0].DoButtonClickResume(); //Clicks the Resume Button

C++ Builder

iComponent->ToolBar[0]->DoButtonClickResume(); //Clicks the Resume Button

Contents | Index | Previous | Next