FireDAC.Comp.DataSet.TFDDataSet.FindParam

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FindParam(const AValue: string): TFDParam;

C++

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

Properties

Type Visibility Source Unit Parent
function public
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
FireDAC.Comp.DataSet TFDDataSet

Description

Finds the parameter in the Params property by a given name.

Use FindParam to find a parameter by the AValue name in the Params collection. 

If a parameter is not found, FindParam returns nil.

See Also