Vcl.Controls.TPopupFormInfo

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

  TPopupFormInfo = record
    PopupID: Integer;
    PopupWnd: HWND;
    IsPopup: Boolean;
  end;

C++

struct DECLSPEC_DRECORD TPopupFormInfo
{
public:
    int PopupID;
    HWND PopupWnd;
    bool IsPopup;
};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
record
struct
public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls Vcl.Controls

Beschreibung

TPopupFormInfo wird intern verwendet.

Der Typ TPopupFormInfo wird intern verwendet.

Siehe auch