Description: | DataBinding objects define the data binding properties for Custom controls that can bind data. A DataBinding object corresponds to a property of the custom control. The property has to be set up by the creators of the custom control to support data binding. There is one DataBinding object for each property that can have data binding. | |||
Details: | A DataBinding object is pointed at by the Item property of the DataBindings collection object. The DataBindings collection object is itself defined by a pointer contained in the DataBindings property of the Custom control. It is only present in custom controls that can bind data. | |||
Properties: | DataField | DataMember | DataSource | PropertyName |
Methods: | UpdateRecord | |||
Events: | None. | |||
Corresponding | None. |