Datasnap.DSProxyWriter.TDSCustomProxyWriter.RemoveCustomTypeMap

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

Delphi

procedure RemoveCustomTypeMap(const ADbxDataType: Integer);

C++

void __fastcall RemoveCustomTypeMap(const int ADbxDataType);

プロパティ

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


説明

前に挿入したカスタム タイプを、private TDictionary コレクションより削除します。

ADbxDataType は、TDictionary コレクション内における、削除される型のインデックスです。

関連項目