TCustomDrawStage a series of constants to define the drawing stages.
Source position: comctrls.pp line 934
type TCustomDrawStage = (
cdPrePaint,
cdPostPaint,
cdPreErase,
cdPostErase
);