TBrowse() > Display methods |
Invalidates the entire browse display.
:invalidate() --> self
Method :invalidate() instructs a TBrowse object to redraw the entire browse display during the next stabilization cycle. This includes column headings and footings and all data rows. Note, however, that the data is not re-read from the data source. Call :refreshAll() to update the data rows from the data source.
http://www.xHarbour.com