ComponentOne List 8.0 for ActiveX
Binding to an ICursor data source

To associate a True DBList control (TDBL8.OCX) with a Visual Basic Data control, set the RowSource property of the list to the name of a Data control on the same form. This is all that is required to make True DBList fully aware of the database in your application.

Once such a link exists, True DBList and the Data control automatically notify and respond to all operations performed by the other, simplifying your application development:

True DBList will automatically update its display to reflect any changes made to the Data control. However, True DBList waits until the system is idle before performing such display updates, since your program may need to perform other actions before the display is synchronized.

Note: The DataSource property cannot be set at run time, and can only be set at design time within the Visual Basic Properties window. Use this property to update source data.

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback