TIDEComponentEditor.ExecuteVerb Method
Override this method to specify a action for a custom context menu item. When the end-user right clicks a component in the designer and chooses a menu item, ExecuteVerb method is called.
Syntax
Unit: FormDesigner
procedure TIDEComponentEditor.ExecuteVerb(Index: Integer); virtual;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| Index | Integer | The index of the menu item clicked by the end-user. |