FireDAC.Comp.Client.TFDCustomCommand.ParamByName

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function ParamByName(const AValue: string): TFDParam;

C++

Firedac::Stan::Param::TFDParam* __fastcall ParamByName(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

Renvoie un paramètre par son nom.

La méthode ParamByName renvoie un paramètre de la collection Params par son nom (AValue). Si un tel paramètre n'existe pas, une exception est déclenchée.

Voir aussi