method StartFormUpdates
StartFormUpdates method starts a grid being updated. For Memory Tables bound to a grid on a form, this starts the grid being automatically updated. This is used in conjunction with the StopFormUpdates method, so grids don't redraw line by line when refreshing an entire grid.
For example:
Table.StopFormUpdates Try ' Do stuff Finally Table.StartFormUpdates End