DesignIntf.TPropertyEditorClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TPropertyEditorClass = class of TBasePropertyEditor;

C++

typedef System::TMetaClass* TPropertyEditorClass;

Properties

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

Description

Class of TBasePropertyEditor.

TPropertyEditorClass represents the class of the TBasePropertyEditor class.

See Also