dont forget to flip the screen in the game loop


Code:
  repeat
     Screen.Clear;
     // Render
    Screen.Flip;
  until Screen.Visible = false;