Vcl.DBOleCtl.TDBOleControl.DataBindings

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DataBindings: TDataBindings read FDataBindings write FDataBindings;

C++

__property TDataBindings* DataBindings = {read=FDataBindings, write=FDataBindings};

Properties

Type Visibility Source Unit Parent
property published
Vcl.DBOleCtl.pas
Vcl.DBOleCtl.hpp
Vcl.DBOleCtl TDBOleControl

Description

Represents the data bindings between ActiveX control properties and fields in a dataset.

Use DataBindings to read or set the data bindings in a data-aware ActiveX control. DataBindings is a collection of TDataBindItem objects. Use the properties of the TDataBindings object to specify the data bindings of individual properties in the data-aware control.

Data bindings are typically set by editing the ActiveX control's type library.

See Also