DesignIntf.IDesignEditQuery.EditAction

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function EditAction(Action: TEditAction): Boolean;

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