[Overview][Constants][Types][Classes][Procedures and functions][Index] |
TCustomDrawStage a series of constants to define the drawing stages.
Source position: comctrls.pp line 627
type TCustomDrawStage = ( |
||
cdPrePaint, |
|
|
cdPostPaint, |
|
|
cdPreErase, |
|
|
cdPostErase |
|
|
); |
So far I've only seen cdPrePaint used in this unit.
lazarus-ccr.sourceforge.net |