DesignIntf.TPropertyMapperFunc

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TPropertyMapperFunc = function(Obj: TPersistent;
PropInfo: PPropInfo): TPropertyEditorClass;

C++

typedef TPropertyEditorClass __fastcall (*TPropertyMapperFunc)(System::Classes::TPersistent* Obj, System::Typinfo::PPropInfo PropInfo);

Description

Embarcadero Technologies does not currently have any additional information.