TiScopeToolBar.DoButtonClickSave

TiScopeToolBar

Clicks the Save button on the ToolBar.

procedure DoButtonClickSave;

Description

Call DoButtonClickSave to toggle the Save Button on the ToolBar. This method performs the same action as if the user had clicked on the Save Button. This method is useful for implementing a ToolBar outside of the Scope Component.

Example

Delphi

iComponent.ToolBar.DoButtonClickSave; //Clicks the Save Button

C++ Builder

iComponent->ToolBar->DoButtonClickSave(); //Clicks the Save Button

Contents | Index | Previous | Next