FireDAC.Comp.DataSet.TFDDataSet.FindParam

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
Unit: FireDAC.Comp.DataSet
Parent: TFDDataSet

Delphi

function FindParam(const AValue: string): TFDParam;

C++

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

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