[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LCLType' (#lcl)

tagMSG

Declaration

Source position: lcltype.pp line 2633

type tagMSG = record

  hwnd: HWND;

  

  message: LongWord;

  

  wParam: WPARAM;

  

  lParam: LPARAM;

  

  time: DWORD;

  

  pt: TPoint;

  

end;

The latest version of this document can be found at lazarus-ccr.sourceforge.net.