SDAC

TCustomMSDataSet.FindParam Method

Indicates whether a parameter with the specified name exists in a dataset.

Class

TCustomMSDataSet

Syntax

function FindParam(const Value: string): TMSParam;

Parameters
Value
Holds the name of the parameter to search for.
Return Value
A TMSParam object, if a param with the matching name was found.

Remarks

Call the FindParam method to determine if 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 the matching name, it returns a TMSParam object for the specified Name. Otherwise it returns nil.

See Also

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