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

This is record Forms.TPopupWnd.

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