TiPlotToolBar.ShowPauseButton

TiPlotToolBar See Also

Specifies whether the Pause button is shown in the toolbar.

property ShowPauseButton : Boolean;

Description

Use ShowPauseButton to specify whether the Pause button is shown in the toolbar.

Example

Delphi

iComponent.ToolBar[0].ShowPauseButton := True;

C++ Builder

iComponent->ToolBar[0]->ShowPauseButton = True;

Contents | Index | Previous | Next