Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxDBDataModeController Members

Represents a data mode controller, which manages data synchronization with a linked dataset.

#Constructors

Name Description
Create(TcxDBDataController) Creates an instance of the TcxDBDataModeController class for a specific data mode controller.

#Properties

Name Description
DataController Specifies the data controller for which the current data mode controller is applied.
DetailInSQLMode Determines whether the detail data controller is linked to a parameterized query dataset.
GridMode Determines whether the data controller works in grid mode.
GridModeBufferCount Specifies the number of dataset records loaded from a dataset in a single operation.
SmartRefresh Determines whether to reload all dataset records or only the changed ones.
SyncInsert
SyncMode Specifies whether synchronization between the grid control and the corresponding TDataSet is enabled.

#Methods
Show Inherited Hide Inherited

Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
ToString Inherited from TObject.

#Events

Name Description
OnDetailFirst Occurs before reopening the parameterized query linked to a detail data controller.
OnDetailIsCurrentQuery Occurs when navigating through records of the detail data controller linked to a parameterized dataset.
See Also