Datasnap.DSProxyWriter.TDSCustomProxyWriter.AddCustomTypeMap

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

Delphi

procedure AddCustomTypeMap(const ADbxDataType: Integer; const AProxyParamRec: TDSProxyParamAccess);

C++

void __fastcall AddCustomTypeMap(const int ADbxDataType, const TDSProxyParamAccess &AProxyParamRec);

プロパティ

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


説明

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

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

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

関連項目