DesignIntf.IDefaultEditor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IDefaultEditor = interface(IComponentEditor)

C++

__interface  INTERFACE_UUID("{5484FAE1-5C60-11D1-9FB6-0020AF3D82DA}") IDefaultEditor  : public IComponentEditor

Properties

Type Visibility Source Unit Parent
interface
class
public
DesignIntf.pas
DesignIntf.hpp
DesignIntf DesignIntf

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.

See Also