FireDAC.Comp.Client.TFDCustomCommand.FindParam

From RAD Studio API Documentation
Jump to: navigation, search

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

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 a AValue name in the Params collection.

If a parameter is not found, FindParam returns nil.

See Also