[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 939

type TCustomDrawStage = (

  cdPrePaint,

  

  cdPostPaint,

  

  cdPreErase,

  

  cdPostErase

  

);


Version 3.2 Generated 2024-02-25 Home