RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataBindings.Add Method

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

Pascal
function Add: TDataBindItem;
C++
__fastcall TDataBindItem Add();

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!