DesignIntf.IDefaultEditor
| [–] Properties | |
|---|---|
| Type: interface class
| |
| Visibility: public | |
| Source: DesignIntf.pas DesignIntf.hpp
| |
| Unit: DesignIntf | |
| Parent: DesignIntf | |
Delphi
IDefaultEditor = interface(IComponentEditor)
C++
__interface INTERFACE_UUID("{5484FAE1-5C60-11D1-9FB6-0020AF3D82DA}") IDefaultEditor : public IComponentEditor
Description
Represents a default editor.
IDefaultEditor is implemented by TDefaultEditor, which provides the default behavior for components that do not explicitly register a component editor.