TiPlotToolBar.DoButtonClickEdit

TiPlotToolBar See Also

Clicks the Edit button on the toolbar.

procedure DoButtonClickEdit;

Description

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

The Edit button opens the runtime property editor for the entire component.

Example

Delphi

iComponent.ToolBar[0].DoButtonClickEdit(); //Clicks the Edit Button

C++ Builder

iComponent->ToolBar[0]->DoButtonClickEdit(); //Clicks the Edit Button

Contents | Index | Previous | Next