Datasnap.DSProxyWriter.TDSCustomProxyWriter.AddCustomTypeMap
Delphi
procedure AddCustomTypeMap(const ADbxDataType: Integer; const AProxyParamRec: TDSProxyParamAccess);
C++
void __fastcall AddCustomTypeMap(const int ADbxDataType, const TDSProxyParamAccess &AProxyParamRec);
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.