Skip to main content

TcxDBPivotGridFieldDataBinding Members

The TcxDBPivotGridFieldDataBinding class implements the O/R mapping tool, which is used for linking the view and persistent fields.

Constructors

Name Description
Create(TcxPivotGridField) Initializes a new instance of the TcxPivotGridFieldDataBinding class with specified settings. Inherited from TcxPivotGridFieldDataBinding.

Properties

Name Description
DBField Represents the dataset field.
Field Provides access to the data-aware field which the current DataBinding object corresponds to.
FieldCaption
FieldName Specifies the name of a dataset’s field which the data-aware field is bound to.
PivotGrid Provides access to the pivot grid control which uses the current DataBinding object to link a field to a data store. Inherited from TcxPivotGridFieldDataBinding.
ValueType Specifies the string representation of the value type class. Inherited from TcxPivotGridFieldDataBinding.
ValueTypeAssigned Indicates whether the data type has been explicitly designated for the current DataBinding object. Inherited from TcxPivotGridFieldDataBinding.
ValueTypeClass Determines the data type of the data binding. Inherited from TcxPivotGridFieldDataBinding.

Methods

Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
ToString Inherited from TObject.
See Also