DesignIntf.ISelectionEditor.ExecuteVerb

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ExecuteVerb(Index: Integer; const List: IDesignerSelections);

C++

virtual void __fastcall ExecuteVerb(int Index, const _di_IDesignerSelections List) = 0 ;

Properties

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

Description

This procedure is called every time a verb, specified by Index, is selected using the context menu.

See Also