FireDAC.Comp.Client.TFDCustomCommand.FindParam

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

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 名のパラメータを見つけます。

パラメータが見つからない場合は、FindParamnil を返します。

関連項目