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