[Overview][Constants][Types][Procedures and functions][Index] |
Source position: lmessages.pp line 888
type TLMContextMenu = record |
Msg: Cardinal; |
hWnd: HWND; |
case Integer of |
0: ( |
XPos: SmallInt; |
YPos: SmallInt; |
); |
1: ( |
Pos: TSmallPoint; |
); |
2: ( |
Dummy: LPARAM; |
Result: LRESULT; |
); |
end; |
lazarus-ccr.sourceforge.net |