[Overview][Constants][Types][Classes][Procedures and functions][Index] |
THitTest - enumerated type giving permissable results of a hit test (position of a mouse click etc relative to objects on a form)
Source position: comctrls.pp line 46
type THitTest = ( |
||
htAbove, |
|
|
htBelow, |
|
|
htNowhere, |
|
|
htOnItem, |
|
|
htOnButton, |
|
|
htOnIcon, |
|
|
htOnIndent, |
|
|
htOnLabel, |
|
|
htOnRight, |
|
|
htOnStateIcon, |
|
|
htToLeft, |
|
|
htToRight |
|
|
); |
lazarus-ccr.sourceforge.net |