Skip to main content

TcxPivotGridFieldDataBinding Class

Represents an object which links a field to a data store.

Declaration

TcxPivotGridFieldDataBinding = class(
    TPersistent
)

Remarks

Fields use a DataBinding object to link to a data store. Generally, the data binding is used to determine the field value’s type. The value’s type is identified by the ValueTypeClass property whose value determines the manner in which the data is represented (as a string, integer, date, boolean, etc.). In bound mode, the ValueTypeClass is assigned automatically based upon the underlying data field’s type. In the unbound and provider modes the ValueTypeClass has to be specified manually to ensure that the field works correctly. The ValueTypeClass and ValueType properties also provide a way in which unbound fields can be implemented in data-aware pivot grids.

Inheritance

TObject
TPersistent
TcxPivotGridFieldDataBinding
See Also