DesignIntf.IEditHandler

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IEditHandler = interface

C++

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

Properties

Type Visibility Source Unit Parent
interface
class
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.

See Also