RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Controls.TCMCreatePopup Record
Pascal
TCMCreatePopup = packed record
  Msg: Cardinal;
  PopupID: Integer;
  OwnerWnd: HWND;
  Result: Integer;
end;
C++
struct TCMCreatePopup {
  unsigned Msg;
  int PopupID;
  HWND OwnerWnd;
  int Result;
};

This is record Controls.TCMCreatePopup.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!