TdxStorageItemCustomDataBinding Class
The base class for dataset field setting classes.
Declaration
TdxStorageItemCustomDataBinding = class(
TcxOwnedPersistent
)
Remarks
The TdxStorageItemCustomDataBinding
class has the ValueType and ValueTypeClass properties that allow you to switch between supported data types for stored values.
Do not use the TdxStorageItemCustomDataBinding
class directly. Use the following descendants instead:
- TdxChartSeriesDBField
- Stores settings of a dataset field bound to a chart series.
- TdxChartSeriesUnboundField
- Stores data-related settings for arguments or values in unbound data access mode.
Inheritance
TObject
TPersistent
TcxOwnedPersistent
TdxStorageItemCustomDataBinding
See Also