DesignIntf.ISelectionEditor.GetVerb
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: DesignIntf.pas DesignIntf.hpp
| |
Unit: DesignIntf | |
Parent: ISelectionEditor |
Delphi
function GetVerb(Index: Integer): string;
C++
virtual System::UnicodeString __fastcall GetVerb(int Index) = 0 ;
Description
Returns a verb specified by Index
.
A verb is a string to be displayed in the context menu.
Note: It is the responsibility of the component editor to place the & and the ... characters as appropriate.