UniDAC

TCustomUniDataSet.FindParam Method

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

Class

TCustomUniDataSet

Syntax

function FindParam(const Value: string): TUniParam;

Parameters
Value
Holds the name of the param for which to search.
Return Value
the TUniParam object for the specified Name.

Remarks

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

See Also

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