Datasnap.DSProxyWriter.TDSCustomProxyWriter.AddCustomTypeMap

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure AddCustomTypeMap(const ADbxDataType: Integer; const AProxyParamRec: TDSProxyParamAccess); overload;
procedure AddCustomTypeMap(const ADbxDataType, ADbxSubDataType: Integer; const AProxyParamRec: TDSProxyParamAccess); overload;

C++

void __fastcall AddCustomTypeMap(const int ADbxDataType, const TDSProxyParamAccess &AProxyParamRec)/* overload */;
void __fastcall AddCustomTypeMap(const int ADbxDataType, const int ADbxSubDataType, const TDSProxyParamAccess &AProxyParamRec)/* overload */;

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
protected
Datasnap.DSProxyWriter.pas
Datasnap.DSProxyWriter.hpp
Datasnap.DSProxyWriter TDSCustomProxyWriter


Description

Enregistre un type personnalisé, dans une collection privée TDictionary, pour ce TDSCustomProxyWriter.

AProxyParamRec est un enregistrement qui décrit un type personnalisé.

ADbxDataType représente l'index de ce type dans la collection TDictionary.

Voir aussi