IBDAC

TCustomIBCDataSet.ParamByName Method

Called to set or use parameter information for a specific parameter based on its name.

Class

TCustomIBCDataSet

Syntax

function ParamByName(const Value: string): TIBCParam;

Parameters
Value
Holds the name of the parameter for which to retrieve information.
Return Value
A object, if there is a parameter with a matching name.

Remarks

Call the ParamByName method to set or use parameter information for a specific parameter based on its name. Name is the name of the parameter for which to retrieve information. ParamByName is used to set a parameter's value at runtime and returns a TIBCParam object.

See Also

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