Datasnap.DSCustomConnectorProxyWriter.TDSCustomConnectorProxyWriter.IsDBXValueTypeParameter
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 を返します。