TiScopeToolBar.DoButtonClickCursor

TiScopeToolBar

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 Scope Component.

Example

Delphi

iComponent.ToolBar.DoButtonClickCursor; //Clicks the Cursor Button

C++ Builder

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

Contents | Index | Previous | Next