FireDAC.Comp.Client.TFDCustomCommand.FindParam
Delphi
function FindParam(const AValue: string): TFDParam;
C++
Firedac::Stan::Param::TFDParam* __fastcall FindParam(const System::UnicodeString AValue);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp |
FireDAC.Comp.Client | TFDCustomCommand |
Description
Finds the parameter in the Params property by a given name.
Use FindParam to find a parameter by a AValue
name in the Params collection.
If a parameter is not found, FindParam returns nil.