| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Internal flag for resynchronisation
Source position: db.pas line 1370
type TResyncMode = set of (  | 
||
rmExact,  | 
  | 
Reposition at exact the same location in the buffer  | 
rmCenter  | 
  | 
Try to position the cursor in the middle of the buffer  | 
);  | 
TResyncMode is used internally by various TDataset navigation and data manipulation methods such as the TDataset.Refresh method when they need to reset the cursor position in the dataset's buffer.
  | 
Base class for records-based data-access  |