KeyFields property

Applies to
TIB_Dataset

Declaration
Property KeyFields : TIB_Row;

Description
Reference to allow access to the columns defined in the KeyLinks property.


This property is used in conjunction with these methods:
function SeekKeyForBufferFields: boolean;
function LookupKeyForBufferFields: boolean;
function LookupKeyForFields: boolean;

Set the values for the KeyLinks columns and then call one of the above three methods to act upon the key column values.