TiPlotToolBar.TurnOffCursor
TiPlotToolBar See Also
Turns off Cursor Mode in the Plot Component.
procedure TurnOffCursor;
Description
Call TurnOffCursor to deactivate the cursor tool.
Example
Delphi
iComponent.ToolBar[0].TurnOffCursor(); //Deactivates the cursor tool
C++ Builder
iComponent->ToolBar[0]->TurnOffCursor(); //Deactivates the cursor tool
Contents | Index | Previous | Next