DesignIntf.ICustomModule.GetVerb

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetVerb(Index: Integer): string;

C++

virtual System::UnicodeString __fastcall GetVerb(int Index) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
DesignIntf.pas
DesignIntf.hpp
DesignIntf ICustomModule

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.

See Also