FireDAC.Stan.Param.TFDParams.ParamByName

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function ParamByName(const AValue: String): TFDParam;

C++

TFDParam* __fastcall ParamByName(const System::UnicodeString AValue);

Propriétés

Type Visibilité  Source Unité  Parent
function public
FireDAC.Stan.Param.pas
FireDAC.Stan.Param.hpp
FireDAC.Stan.Param TFDParams


Description

Recherche un objet TFDParam dans le composant TFDParams.

Utilisez la méthode ParamByName pour rechercher un objet TFDParam, en donnant son nom en tant que paramètre.

ParamByName appelle la méthode FindParam et renvoie un objet TFDParam. Si le résultat est nil, une exception est déclenchée.

Voir aussi