Datasnap.DSCustomConnectorProxyWriter.TDSCustomConnectorProxyWriter.IsDBXValueTypeParameter

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

Delphi

function IsDBXValueTypeParameter(const Param: TDSProxyParameter): Boolean;

C++

bool __fastcall IsDBXValueTypeParameter(Datasnap::Dscommonproxy::TDSProxyParameter* const Param);

プロパティ

種類 可視性 ソース ユニット
function protected
Datasnap.DSCustomConnectorProxyWriter.pas
Datasnap.DSCustomConnectorProxyWriter.hpp
Datasnap.DSCustomConnectorProxyWriter TDSCustomConnectorProxyWriter


説明

Param は、DBXValue 型のパラメータであるかどうかを確認します。

IsDBXValueTypeParameter は、Param が DBXValue 型のパラメータである場合に True を返します。

関連項目