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