[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ComCtrls' (#lcl)

TCustomDrawStage

TCustomDrawStage a series of constants to define the drawing stages.

Declaration

Source position: comctrls.pp line 627

type TCustomDrawStage = (

  cdPrePaint,

  

  cdPostPaint,

  

  cdPreErase,

  

  cdPostErase

  

);

Description

So far I've only seen cdPrePaint used in this unit.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.