Datasnap.DSProxyWriter.TDSCustomProxyWriter.AddCustomTypeMap

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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 */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
Datasnap.DSProxyWriter.pas
Datasnap.DSProxyWriter.hpp
Datasnap.DSProxyWriter TDSCustomProxyWriter

Beschreibung

Registriert einen benutzerdefinierten Typ in einer als private deklarierten TDictionary-Kollektion für dieses TDSCustomProxyWriter-Objekt.

AProxyParamRec ist ein Record, der einen benutzerdefinierten Typ beschreibt.

ADbxDataType repräsentiert den Index dieses Typs in der TDictionary-Kollektion.

Siehe auch