TcxDBDataController.DataModeController Property
In This Article
Represents a data mode controller that manages synchronization and information displayed by the detail data controller.
#Declaration
Delphi
property DataModeController: TcxDBDataModeController read; write;
#Property Value
Type |
---|
Tcx |
#Remarks
The DataModeController property allows you to establish synchronization between data in the data controller and in the corresponding TDataSet. It also manages data retrieved by the detail data controller linked to a parameterized query dataset.
See Also