TiScopeToolBar.DoButtonClickEdit

TiScopeToolBar

Clicks the Edit button on the ToolBar to show the Run-Time Property Editor.

procedure DoButtonClickEdit;

Description

Call DoButtonClickEdit to toggle the Edit Button on the ToolBar to show the Run-Time Property Editor. 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 Scope Component.

Example

Delphi

iComponent.ToolBar.DoButtonClickEdit; //Clicks the Edit Button

C++ Builder

iComponent->ToolBar->DoButtonClickEdit(); //Clicks the Print Button

Contents | Index | Previous | Next