Datasnap.DSProxyWriter.TDSCustomProxyWriter.AddCustomTypeMap

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

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

Description

Registers a custom type, within a private TDictionary collection, for this TDSCustomProxyWriter.

AProxyParamRec is a record that describes a custom type.

ADbxDataType represents the index of this type within the TDictionary collection.

See Also