Datasnap.DSProxyWriter.TDSCustomProxyWriter.AddCustomTypeMap

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Datasnap.DSProxyWriter.pas
Datasnap.DSProxyWriter.hpp
Unit: Datasnap.DSProxyWriter
Parent: TDSCustomProxyWriter

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

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