Skip to main content

Unbound Mode

The Unbound Mode is used, if you need to manually load data from the data source into the data controller’s cache.

For working in this mode, use the TcxPivotGrid control.

To populate the data controller’s cache, sequentially assign records from the application’s buffer (it can be, for example, a TStringList instance) to the DataController.Values property.

See Also