Show: Delphi
C++
Display Preferences
Vcl.Forms.TPopupWnd
From XE2 API Documentation
Delphi
TPopupWnd = record ID: Integer; //TODO: CLR: Win64: Should this be an IntPtr type? ControlWnd: HWND; end;
C++
struct DECLSPEC_DRECORD TPopupWnd{ public: int ID; HWND ControlWnd; };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
struct class |
public | Vcl.Forms.pas Vcl.Forms.hpp |
Vcl.Forms | Vcl.Forms |
Description
Record that describes a pop-up window.
TPopupWnd is a record that describes a pop-up window.
| Field | Meaning |
|---|---|
|
ID |
Represents the numerical identifier of the pop-up window. |
|
ControlWnd |
Specifies the pop-up window's control window. |