FireDAC.Stan.Param.TFDParams.ParamByName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ParamByName(const AValue: String): TFDParam;

C++

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

Properties

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

Description

Searches for a TFDParam object in the TFDParams component.

Use the ParamByName method to find a TFDParam object, giving its name as parameter.

ParamByName calls the FindParam method and returns a TFDParam object. If the result is nil, an exception is thrown.

See Also