[Overview][Constants][Types][Classes][Procedures and functions][Index] |
TCustomDrawResultFlag - enumerated type, a series of flags to signify the result of a drawing process
Source position: comctrls.pp line 646
type TCustomDrawResultFlag = ( |
cdrSkipDefault, |
cdrNotifyPostpaint, |
cdrNotifyItemdraw, |
cdrNotifySubitemdraw, |
cdrNotifyPosterase, |
cdrNotifyItemerase |
); |
lazarus-ccr.sourceforge.net |