FindKeyField method

Applies to
TIB_Statement

Declaration
Function FindKeyField(const FieldName: string ): TIB_Column;

Description
This method will attempt to return a TIB_Column reference for the field name passed in in the KeyFields array.

If it cannot be found then nil is returned.