DesignIntf.IDesignEditQuery

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
interface
typedef
Visibility: public
Source:
DesignIntf.pas
DesignIntf.hpp
Unit: DesignIntf
Parent: DesignIntf

Delphi

end;
IEditHandler = interface

C++

typedef _di_IEditHandler IDesignEditQuery;

Description

Provides access to editing operations.

This interface is called when editing operations (Copy, Cut, Paste, Delete, Undo, and so on) are performed from the IDE's Edit menu.

This is an alias for the IEditHandler interface.

See Also