DesignIntf.IDesignEditQuery
Delphi
end;
IEditHandler = interface
C++
typedef _di_IEditHandler IDesignEditQuery;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
interface typedef |
public | DesignIntf.pas DesignIntf.hpp |
DesignIntf | DesignIntf |
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.