RefreshKeys method

Applies to
TIB_Dataset

Declaration
Function RefreshKeys: boolean;

Description
This method will refresh just the keys of the dataset in order to pickup or drop inserted or deleted rows for the dataset.

FetchWholeRows must be false or else this method will simply act the same as the Refresh method because whole rows are what is being fetched and not keys independant of their associated record buffers.