DesignIntf.TRegisterPropertyEditorProc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TRegisterPropertyEditorProc = procedure (PropertyType: PTypeInfo;
ComponentClass: TClass; const PropertyName: string;
EditorClass: TPropertyEditorClass);

C++

typedef void __fastcall (*TRegisterPropertyEditorProc)(System::Typinfo::PTypeInfo PropertyType, System::TClass ComponentClass, const System::UnicodeString PropertyName, TPropertyEditorClass EditorClass);

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.