Vcl.DBOleCtl.TDataBindings.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(DBOleControl: TDBOleControl);

C++

__fastcall TDataBindings(TDBOleControl* DBOleControl);

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.DBOleCtl.pas
Vcl.DBOleCtl.hpp
Vcl.DBOleCtl TDataBindings

Description

Creates an instance of TDataBindings.

Applications should not need to call Create directly. The data-aware control object that uses the TDataBindings collection to represent its data bindings creates the TDataBindings object from its own constructor.