RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Messages.TWMContextMenu Record
Pascal
TWMContextMenu = packed record
  Msg: Cardinal;
  hWnd: HWND;
  case Integer of
    0: (XPos: Smallint;
        YPos: Smallint;);
    1: (Pos: TSmallPoint;
        Result: Longint;);
end;
C++
struct TWMContextMenu {
  unsigned Msg;
  HWND hWnd;
  Smallint XPos;
  Smallint YPos;
  TSmallPoint Pos;
  Longint Result;
};

Messages

This is record Messages.TWMContextMenu.

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!