TCustomDrawStage a series of constants to define the drawing stages for custom-drawn controls.
Source position: comctrls.pp line 945
type TCustomDrawStage = ( |
||
cdPrePaint, |
|
|
cdPostPaint, |
|
|
cdPreErase, |
|
|
cdPostErase |
|
|
); |
| Version 4.6 | Generated 2026-02-20 | Home |