DesignIntf.ISelectionEditor.GetVerb

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetVerb(Index: Integer): string;

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
function public
DesignIntf.pas
DesignIntf.hpp
DesignIntf ISelectionEditor

Description

Renvoie un verbe spécifié par Index.

Un verbe est une chaîne à afficher dans le menu contextuel.

Remarque : L'éditeur de composants est responsable du placement des caractères & et ... de façon appropriée.

Voir aussi