BufferActive method |
Applies to
TIB_Dataset
Declaration
Function BufferActive: boolean;
Description
This property tells if there are actually records in the buffer as opposed
to telling if the dataset was opened and records were fetched into the buffer.
It is necessary in cases to distinguish if just the buffer is active because it
is possible for records to be inserted into the buffer without it being opened.