SeekKeyForBufferFields method |
Applies to
TIB_BDataset
Declaration
Function SeekKeyForBufferFields: longint;
Description
This method is used to locate a record that currently exists in the buffer.
First, place the key values in KeyFields and then call this method. If the
record is in the current buffer then it will be moved to it and true will be
returned. Otherwise, false will be returned and the cursor position will
become invalid. The means that BufferRowNum will reflect the row if it was
found.