IBDAC

TCustomIBCDataSet.FindParam Method

Determines if a parameter with the specified name exists in a dataset.

Class

TCustomIBCDataSet

Syntax

function FindParam(const Value: string): TIBCParam;

Parameters
Value
Holds the name of the param for which to search.
Return Value
The TIBCParam object for the specified Name, if a param with a matching name was found. Nil otherwise.

Remarks

Call the FindParam method to determine if a parameter with the specified name exists in a dataset. Name is the name of the param for which to search. If FindParam finds a param with a matching name, it returns the TIBCParam object for the specified Name. Otherwise it returns nil.

See Also

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