[Overview][Constants][Types][Procedures and functions][Index] |
Source position: lmessages.pp line 384
type TLMSetCursor = record |
||
Msg: Cardinal; |
|
|
CursorWnd: HWND; |
|
|
case Boolean of |
||
False: ( |
||
HitTest: SmallInt; |
|
|
MouseMsg: Word; |
|
|
); |
||
True: ( |
||
Dummy: LPARAM; |
|
|
Result: LRESULT; |
|
|
); |
||
end; |
Version 4.0 | Generated 2025-05-03 | Home |