DesignIntf.IEditHandler.EditAction

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function EditAction(Action: TEditAction): Boolean;

C++

virtual bool __fastcall EditAction(TEditAction Action) = 0 ;

Description

Called when the user performs an editing operation from the Edit menu of the IDE.

EditAction is called when the user selects one of the clipboard commands from the IDE's Edit menu.

Action is the edit action selected by the user.

See Also