FireDAC.Stan.Param.TFDParams.ParamByPosition

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ParamByPosition(const AValue: Integer): TFDParam;

Properties

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

Description

Searches for a TFDParam object.

Use the ParamByPosition method to search for a TFDParam object in the existing TFDParams colection by giving the position. The AValue will be matched to TFDParam.Position. The positions start from 1.

If there is no existing TFDParam object with the specified position, an exception is thrown.

See Also