TCustomDrawResult - set of TCustomDrawResultFlag.
Source position: comctrls.pp line 961
type TCustomDrawResult = set of ( |
||
cdrSkipDefault, |
|
|
cdrNotifyPostpaint, |
|
|
cdrNotifyItemdraw, |
|
|
cdrNotifySubitemdraw, |
|
|
cdrNotifyPosterase, |
|
|
cdrNotifyItemerase |
|
|
); |