InvalidateRowNum method |
Applies to
TIB_BDataset
Declaration
Procedure InvalidateRowNum(ARowNum: longint );
Description
This method will invalidate a single row from the Dataset such that if it
is referred to again it will be fetched from the server again. In this way a
very efficient method of reflecting changes in a server-side DML can be
brought to the client.