DesignIntf.ICustomModule.ExecuteVerb

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ExecuteVerb(Index: Integer);

C++

virtual void __fastcall ExecuteVerb(int Index) = 0 ;

Properties

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

Description

Performs the action specified by the verb associated with Index.

The text of the verb is returned by GetVerb.


See Also