Unit 'ComCtrls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

TCustomDrawResult

TCustomDrawResult - set of TCustomDrawResultFlag.

Declaration

Source position: comctrls.pp line 961

type TCustomDrawResult = set of (

  cdrSkipDefault,

  

  cdrNotifyPostpaint,

  

  cdrNotifyItemdraw,

  

  cdrNotifySubitemdraw,

  

  cdrNotifyPosterase,

  

  cdrNotifyItemerase

  

);