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

Controls

This is record Controls.TPopupFormInfo.

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