IBDAC

TIBCParam Class

A class that is used to set the values of individual parameters passed with queries or stored procedures.

For a list of all members of this type, see TIBCParam members.

Unit

IBC

Syntax

TIBCParam = class(TDAParam);

Remarks

Use the properties of TIBCParam to set the value of a parameter. Objects that use parameters create TIBCParam objects to represent these parameters. For example, TIBCParam objects are used by TIBCSQL, TCustomIBCDataSet.

TIBCParam shares many properties with TField, as both describe the value of a field in a dataset. However, a TField object has several properties to describe the field binding, and how the field is displayed, edited, or calculated that are not needed in a TIBCParam object. Conversely, TIBCParam includes properties that indicate how the field value is passed as a parameter.

Inheritance Hierarchy

TDAParam
   TIBCParam

See Also

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