IBX.IBQuery.TIBQuery.ParamCount

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

Delphi

property ParamCount: Word read GetParamsCount;

C++

__property System::Word ParamCount = {read=GetParamsCount, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
IBX.IBQuery.pas
IBX.IBQuery.hpp
IBX.IBQuery TIBQuery

説明

問い合わせパラメータの現在の数を示します。

ParamCount プロパティを調べると,Params プロパティにいくつパラメータがあるかがわかります。ParamCheck プロパティが true の場合,ParamCount は常に問い合わせの SQL 文の実パラメータの数と一致します。