TiPlotToolBar.DoButtonClickCursor

TiPlotToolBar See Also

Clicks the Cursor button on the toolbar.

procedure DoButtonClickCursor;

Description

Call DoButtonClickCursor to toggle the Cursor Button on the toolbar. This method performs the same action as if the user had clicked on the Cursor Button. This method is useful for implementing a toolbar outside of the Plot Component.

Example

Delphi

iComponent.ToolBar[0].DoButtonClickCursor(); //Clicks the Cursor Button

C++ Builder

iComponent->ToolBar[0]->DoButtonClickCursor(); //Clicks the Cursor Button

Contents | Index | Previous | Next