DesignIntf.TComponentEditorClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TComponentEditorClass = class of TBaseComponentEditor;

C++

typedef System::TMetaClass* TComponentEditorClass;

Properties

Type Visibility Source Unit Parent
classref
typedef
public
DesignIntf.pas
DesignIntf.hpp
DesignIntf DesignIntf

Description

Class of TBaseComponentEditor.

TComponentEditorClass represents the class of the TBaseComponentEditor class.

See Also