Skip to main content

TcxCustomDBDataBinding Members

Serves as the base for objects used to bind a control to a dataset field.

Constructors

Name Description
Create(TComponent,TComponent) Initializes a new instance of the TcxCustomDataBinding class with specified settings. Inherited from TcxCustomDataBinding.

Properties

Name Description
DataField Specifies the database field from which a data-aware editor retrieves data.
DataLink
DataSource Specifies the dataset link.
Field Gets the dataset field to which an editor is connected.
Modified Inherited from TcxCustomDataBinding.
ReadOnly Inherited from TcxCustomDataBinding.
VisualControl Inherited from TcxCustomDataBinding.

Events

Name Description
OnDataChange Inherited from TcxCustomDataBinding.
OnDataSetChange Inherited from TcxCustomDataBinding.
OnUpdateData Inherited from TcxCustomDataBinding.
See Also