refresh method

void refresh()

Implementation

void refresh() {
  checkBrowseMode();
  doBeforeRefresh();
  updateCursorPos();
  internalRefresh();
  // { SetCurrentRecord is called by UpdateCursorPos already, ... }
  resync(<TResyncModeItem>{});
  doAfterRefresh();
}