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

type TCustomDrawStage = (

  cdPrePaint,

  

  cdPostPaint,

  

  cdPreErase,

  

  cdPostErase

  

);

Description

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

This page is hosted on Get Lazarus Code and Component Repository at SourceForge.net. Fast, secure and Free Open Source software downloads