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

TCustomDrawResultFlag

TCustomDrawResultFlag - enumerated type, a series of flags to signify the result of a drawing process.

Declaration

Source position: comctrls.pp line 953

type TCustomDrawResultFlag = (

  cdrSkipDefault,

  

  cdrNotifyPostpaint,

  

  cdrNotifyItemdraw,

  

  cdrNotifySubitemdraw,

  

  cdrNotifyPosterase,

  

  cdrNotifyItemerase

  

);