ComponentOne List 8.0 for ActiveX
Reinitializing the list in modes 1 and 2

In DataMode 1 - Unbound, setting the list's Bookmark property to Null before calling the list's Refresh or ReBind method will cause the UnboundGetRelativeBookmark and UnboundReadData events to fire with a StartLocation of Null just as if the list were first being displayed:

Example Title
Copy Code
TDBList1.Bookmark = Null

TDBList1.ReBind

Similarly, in DataMode 2 - Unbound Extended, setting the list's Bookmark property to Null before calling the list's Refresh or ReBind method will cause the UnboundReadDataEx event to fire with a StartLocation of Null just as if the list were first being displayed:

 

 


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

Product Support Forum  |  Documentation Feedback