DesignIntf.IEditHandler

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

IEditHandler = interface

C++

__interface  INTERFACE_UUID("{7ED7BF2D-E349-11D3-AB4A-00C04FB17A72}") IEditHandler  : public System::IInterface

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.

See Also