RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DB.TResyncMode Type

TResyncMode is a set of flags that indicate operations a dataset should perform when resynchronizing data.

Pascal
TResyncMode = set of (rmExact, rmCenter);
C++
(rmExact, rmCenter) TResyncMode;

DB

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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!