Data.DB.TResyncMode
[–] Properties | |
---|---|
Type: set typedef
| |
Visibility: public | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: Data.DB |
Delphi
TResyncMode = set of TResyncModeItem;
C++
typedef System::Set<TResyncModeItem, TResyncModeItem::rmExact, TResyncModeItem::rmCenter> TResyncMode;
Description
TResyncMode is a set of flags that indicate operations a dataset should perform when resynchronizing data.
TResyncMode is a set of zero or more of the following values:
Value | Meaning |
---|---|
rmExact |
The dataset should raise an exception when the resync operation is initiated when the cursor is not positioned on a valid record. |
rmCenter |
The resync operation should position the active record in the center of all buffered records. |