RefreshRows method |
Applies to
TIB_Dataset
Declaration
Function RefreshRows: boolean;
Description
This method applied to the buffered dataset because what it does is cause
all record buffers in the cache to be removed. Thus, the next time that row
is referenced it will have to do a singleton fetch from the server in order
to display the row. Thus, it is a refresh mechanism because any new changes on
the server would become visible due to the refresh.