RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Controls.TPopupFormInfo Record
Pascal
[StructLayout(LayoutKind.Sequential)]
TPopupFormInfo = record
  PopupID: Integer;
  PopupWnd: HWND;
  IsPopup: Boolean;
end;
C++
[StructLayout(LayoutKind.Sequential)]
struct TPopupFormInfo {
  int PopupID;
  HWND PopupWnd;
  Boolean IsPopup;
};

This is record Controls.TPopupFormInfo.

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