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