FireDAC.Comp.Client.TFDCustomCommand.ParamByName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ParamByName(const AValue: string): TFDParam;

C++

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

Properties

Type Visibility Source Unit Parent
function public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDCustomCommand

Description

Returns a parameter by its name.

The ParamByName method returns a parameter from the Params collection by its name (AValue). If there is no such parameter, an exception is raised.

See Also