DesignIntf.ICustomModule.ExecuteVerb

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
DesignIntf.pas
DesignIntf.hpp
Unit: DesignIntf
Parent: ICustomModule

Delphi

procedure ExecuteVerb(Index: Integer);

C++

virtual void __fastcall ExecuteVerb(int Index) = 0 ;

Description

Performs the action specified by the verb associated with Index.

The text of the verb is returned by GetVerb.


See Also