API:Vcl.Controls.TPopupFormInfo

From RAD Studio API Documentation
Jump to: navigation, search

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

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!