Skip to content
Member Filters
Show Inherited
Show Protected
Show abstract
GR32_Image🞂TCustomPaintBox32Class

TCustomPaintBox32

Abstract base class for 32-bit paint box controls with double-buffered TBitmap32 surface rendering.

Inheritance:TGraphics32ControlBaseClass 🞂 TCustomPaintBox32

Declaration ​

pascal
TCustomPaintBox32 = class(TGraphics32ControlBaseClass);

Description ​

TCustomPaintBox32 provides a base visual control for double-buffered rendering onto an internal 32-bit bitmap surface (Buffer). It handles buffer sizing, update and lock counts, repaint strategies (TRepaintMode), invalidation tracking, and GDI overlay events.

See also ​