| Application Mode > Application Mode Programming Considerations > Reinitializing the List in Mode 3 |
Setting the list's Bookmark property equal to Null before issuing the list's ReBind or Refresh method will cause the UnboundGetRelativeBookmark event to fire with a Null StartLocation just as if the list were first being displayed:
| Example Title |
Copy Code
|
|---|---|
TDBList1.Bookmark = Null TDBList1.ReBind |
|