FireDAC.Comp.Client.TFDCustomCommand.FindParam

De RAD Studio API Documentation
Aller à : navigation, rechercher

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.

Voir aussi