[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ComCtrls' (#lcl)

TCustomDrawStage

TCustomDrawStage a series of constants to define the drawing stages for custom-drawn controls.

Declaration

Source position: comctrls.pp line 944

type TCustomDrawStage = (

  cdPrePaint,

  

  cdPostPaint,

  

  cdPreErase,

  

  cdPostErase

  

);


Version 4.0 Generated 2025-05-03 Home