Vcl.Controls.TPopupFormInfo
Delphi
  TPopupFormInfo = record
    PopupID: Integer;
    PopupWnd: HWND;
    IsPopup: Boolean;
  end;
C++
struct DECLSPEC_DRECORD TPopupFormInfo
{
public:
    int PopupID;
    HWND PopupWnd;
    bool IsPopup;
};
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| record struct | public | Vcl.Controls.pas Vcl.Controls.hpp | Vcl.Controls | Vcl.Controls | 
Description
TPopupFormInfo is used internally.
The TPopupFormInfo type is used internally.