DesignIntf.ICustomModule.GetVerb
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: DesignIntf.pas DesignIntf.hpp
| |
| Unit: DesignIntf | |
| Parent: ICustomModule | |
Delphi
function GetVerb(Index: Integer): string;
C++
virtual System::UnicodeString __fastcall GetVerb(int Index) = 0 ;
Description
Returns the string that corresponds to the position specified by Index in the context menu.
GetVerb returns the string that appears in a menu, that you want to use to operate on the module.