IBDAC

TIBCSQL.FindParam Method

Searches a parameter with the specified name.

Class

TIBCSQL

Syntax

function FindParam(const Value: string): TIBCParam;

Parameters
Value
Holds the parameter name.
Return Value
the parameter, if a match was found.

Remarks

Call the FindParam method to find a parameter with the name passed in the Name argument. If a match is found, FindParam returns the parameter. Otherwise, it returns nil.

See Also

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback