TiPlotToolBar.ShowResumeButton
TiPlotToolBar See Also
Specifies whether the Resume button is shown in the toolbar.
property ShowResumeButton : Boolean;
Description
Use ShowResumeButton to specify whether the Resume button is shown in the
toolbar.
Example
Delphi
iComponent.ToolBar[0].ShowResumeButton := True;
C++ Builder
iComponent->ToolBar[0]->ShowResumeButton = True;
Contents | Index | Previous | Next