DesignIntf.ICustomModule.ExecuteVerb

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure ExecuteVerb(Index: Integer);

C++

virtual void __fastcall ExecuteVerb(int Index) = 0 ;

Propriétés

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


Description

Exécute l'action spécifiée par le verbe associé à Index.

Le texte du verbe est renvoyé par GetVerb.


Voir aussi