Datasnap.DSProxyWriter.TDSCustomProxyWriter.AddCustomTypeMap

提供: RAD Studio API Documentation
移動先: 案内検索

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

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Datasnap.DSProxyWriter.pas
Datasnap.DSProxyWriter.hpp
Datasnap.DSProxyWriter TDSCustomProxyWriter


説明

この TDSCustomProxyWriter のカスタム タイプを、private の TDictionary コレクション内に登録します。

AProxyParamRec は、カスタム タイプを記述するレコードです。

ADbxDataType は、TDictionary コレクション内におけるこの型のインデックスを表します。

関連項目