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