TcxDBDataModeController Properties
Represents a data mode controller, which manages data synchronization with a linked dataset.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. |
See Also