[Overview][Constants][Types][Classes][Procedures and functions][Index] |
TCustomDrawStage a series of constants to define the drawing stages for custom-drawn controls.
Source position: comctrls.pp line 944
type TCustomDrawStage = ( |
||
cdPrePaint, |
|
|
cdPostPaint, |
|
|
cdPreErase, |
|
|
cdPostErase |
|
|
); |
Version 4.0 | Generated 2025-05-03 | Home |