RAD Studio VCL Reference
|
Provides indexed access to the TDataBindItem objects in the collection.
property Items [Index: Integer]: TDataBindItem;
__property TDataBindItem Items[int Index];
Use Items to access the properties of TDataBindItem objects maintained by TDataBindings.
FirstDataBinding := DBOleCtl1.DataBindings.Items[0];
FirstDataBinding := DBOleCtl1.DataBindings[0];
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|