DesignIntf.IDesignEditQuery.EditAction

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function EditAction(Action: TEditAction): Boolean;

Properties

Type Visibility Source Unit Parent
function public DesignIntf.pas DesignIntf IDesignEditQuery

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