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

Controls

This is record Controls.TCMPopupHWndDestroy.

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