Prepared property

Applies to
TIB_Statement

Declaration
Property Prepared : boolean;

Description
The prepared status of the statement or dataset can be determined with this property.

This property must be true prior to calling ParamByName() and accessing the Params[] array.