DesignIntf.ISelectionEditor.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 ISelectionEditor

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.

See Also