DesignIntf.TPropertyMapperFunc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

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.