RefreshAll method |
Applies to
TIB_Dataset
Declaration
Function RefreshAll: boolean;
Description
This does a normal Refresh but it also does and InvalidateRows() as well
so that there is a complete refresh of all of the buffer for the dataset.
It is the same as the Refresh method.