RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataBindItem.Create Constructor

Creates an instance of TDataBindItem.

Pascal
constructor Create(Collection: TCollection); override;
C++
virtual __fastcall TDataBindItem(TCollection Collection);

Do not create an instance of TDataBindItem directly. Instead, an instance is created when the Add method of the TDataBindings object is called. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!