Galkov писал(а):
PaintBox.doRefreshdoRefresh делает Control.Invalidate, а это -- еще та тема.
procedure TControl.Invalidate;
begin
if AppletTerminated then Exit;
if fHandle = 0 then Exit;
InvalidateRect( fHandle, nil, True );
Global_Invalidate( @Self );
end;