* DBGrids - para evitar flicker usar:
Table1.DisableControls;
While NOT Table1.EOF
...
Table1.EnableControls;