RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Forms.TPopupWnd Record
Pascal
TPopupWnd = record
  ID: Integer;
  ControlWnd: HWND;
end;
C++
struct TPopupWnd {
  int ID;
  HWND ControlWnd;
};

Forms

This is record Forms.TPopupWnd.

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