FireDAC.Comp.Client.TFDCustomCommand.FindParam
Delphi
function FindParam(const AValue: string): TFDParam;
C++
Firedac::Stan::Param::TFDParam* __fastcall FindParam(const System::UnicodeString AValue);
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| function | public | FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp |
FireDAC.Comp.Client | TFDCustomCommand |
Description
Cherche le paramètre dans la propriété Params par un nom donné.
Utilisez FindParam pour chercher un paramètre par un nom AValue dans la collection Params.
Si un paramètre n'est pas trouvé, FindParam renvoie nil.