DesignIntf.TRegisterPropertyInCategoryProc

From RAD Studio API Documentation

[–] Properties
Type:
type
typedef
Visibility: public
Source:
DesignIntf.pas
DesignIntf.hpp
Unit: DesignIntf
Parent: DesignIntf

Delphi

TRegisterPropertyInCategoryProc = procedure (const CategoryName: string;
ComponentClass: TClass; PropertyType: PTypeInfo;
const PropertyName: string);

C++

typedef void __fastcall (*TRegisterPropertyInCategoryProc)(const System::UnicodeString CategoryName, System::TClass ComponentClass, System::Typinfo::PTypeInfo PropertyType, const System::UnicodeString PropertyName);

Description

Embarcadero Technologies does not currently have any additional information.