Vcl.DBOleCtl.TDataBindings.Add

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Add: TDataBindItem;

C++

HIDESBASE TDataBindItem* __fastcall Add();

Properties

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

Description

Creates a new TDataBindItem object and adds it to the end of the Items property array.

Call Add to add a new TDataBindItem to the set of data bindings associated with the specified data-aware control. With this method, you must also set the fields within the TDataBindItem at the same time. These data bindings can be modified programmatically at a later time.

See Also