TiStripChart.ShowToolBar
TiStripChart See Also
Specifies whether the toolbar is shown.
property ShowToolBar : Boolean;
Description
Use ShowToolBar to specify whether the toolbar is shown.
Example
Delphi
iComponent.ShowToolBar := True;
C++ Builder
iComponent->ShowToolBar = True;
Contents | Index | Previous | Next