79590485

Date: 2025-04-24 11:40:58
Score: 1.5
Natty:
Report link

To draw on a TPaintBox, you need to use its OnPaint event, because TPaintBox has no internal buffer, and drawing on its canvas is "live", i.e. it will disappear on the next redraw (which may happen on the next frame, so the image will live only a fraction of a second).

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
Posted by: user13964273