TiPlotToolBar.ShowEditButton

TiPlotToolBar See Also

Specifies whether the Edit button is shown in the toolbar.

property ShowEditButton : Boolean;

Description

Use ShowEditButton to specify whether the Edit button is shown in the toolbar.

Example

Delphi

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

C++ Builder

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

Contents | Index | Previous | Next