FireDAC.Stan.Param.TFDParams.FindParam

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FindParam(const AValue: String): TFDParam; overload;
function FindParam(const AValue: Integer): TFDParam; overload;

Properties

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

Description

Finds a TFDParam in the collection.

Use the FindParam method to search for a TFDParam object in the existing TFDParams collection.

See Also