Data.DB.TResyncMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TResyncMode = set of (rmExact, rmCenter);

C++

typedef System::Set<Data_Db__57, Data_Db__57::rmExact, Data_Db__57::rmCenter> TResyncMode;

Properties

Type Visibility Source Unit Parent
set
typedef
public
Data.DB.pas
Data.DB.hpp
Data.DB Data.DB

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.