TResyncMode is a set of flags that indicate operations a dataset should perform when resynchronizing data.
TResyncMode = set of (rmExact, rmCenter);
(rmExact, rmCenter) TResyncMode;
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. |
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|