DeleteBufferRowNum method |
Applies to
TIB_BDataset
Declaration
Procedure DeleteBufferRowNum(ARowNum: longint );
Description
This method will remove a record from the buffer in memory but not
generate any SQL to delete the record from the server. This is useful for
providing a way to delete records from memory that have been deleted from the
server in another component. If the record was not deleted from the server
then the next time Refresh is called the row will be back in the dataset.