RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Messages.TWMInitMenuPopup Record
Pascal
TWMInitMenuPopup = packed record
  Msg: Cardinal;
  MenuPopup: HMENU;
  Pos: Smallint;
  SystemMenu: WordBool;
  Result: Longint;
end;
C++
struct TWMInitMenuPopup {
  unsigned Msg;
  HMENU MenuPopup;
  Smallint Pos;
  WordBool SystemMenu;
  Longint Result;
};

Messages

This is record Messages.TWMInitMenuPopup.

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