TCustomPaintBox32.Invalidate

procedure Invalidate; override;

Description

Invalidate is overriden from TWinControl. In addition to standard behavior, it also invalidates the buffer content, so that the buffer gets actually updated during the following paint procedure.

You do not have to call this method explicitly in your application.