TiPlotToolBar.ShowCursorButton

TiPlotToolBar See Also

Specifies whether the Cursor button is shown in the toolbar.

property ShowCursorButton : Boolean;

Description

Use ShowCursorButton to specify whether the Cursor button is shown in the toolbar.

Example

Delphi

iComponent.ToolBar[0].ShowCursorButton := True;

C++ Builder

iComponent->ToolBar[0]->ShowCursorButton = True;

Contents | Index | Previous | Next