TcxDBDataController.DataModeController Property
Represents a data mode controller that manages synchronization and information displayed by the detail data controller.
Declaration
property DataModeController: TcxDBDataModeController read; write;
Property Value
Type |
---|
TcxDBDataModeController |
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