[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'DB' (#fcl)

TResyncMode

Internal flag for resynchronisation

Declaration

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

);

Description

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.

See also

TDataset

  

Base class for records-based data-access


Documentation generated on: May 14 2021