FireDAC.Stan.Param.TFDParams.FindParam
Delphi
function FindParam(const AValue: String): TFDParam; overload;
function FindParam(const AValue: Integer): TFDParam; overload;
C++
TFDParam* __fastcall FindParam(const System::UnicodeString AValue)/* overload */;
TFDParam* __fastcall FindParam(const int AValue)/* overload */;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | FireDAC.Stan.Param.pas FireDAC.Stan.Param.hpp |
FireDAC.Stan.Param | TFDParams |
Description
Finds a TFDParam in the collection.
Use the FindParam method to search for a TFDParam object in the existing TFDParams collection.