FireDAC.Comp.Client.TFDCustomCommand.FindParam
Delphi
function FindParam(const AValue: string): TFDParam;
C++
Firedac::Stan::Param::TFDParam* __fastcall FindParam(const System::UnicodeString AValue);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| function | public | FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp |
FireDAC.Comp.Client | TFDCustomCommand |
説明
Params プロパティから指定した名前のパラメータを見つけます。
FindParam を使用して、Params コレクションから AValue 名のパラメータを見つけます。
パラメータが見つからない場合は、FindParam は nil を返します。