表示: Delphi
C++
表示設定
Vcl.Forms.TPopupWnd
提供: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; };
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
struct class |
public | Vcl.Forms.pas Vcl.Forms.hpp |
Vcl.Forms | Vcl.Forms |
説明
ポップアップ ウィンドウを記述するレコードです。
TPopupWnd は、ポップアップ ウィンドウを記述するレコードです。
| フィールド | 意味 |
|---|---|
|
ID |
ポップアップ ウィンドウの識別番号を表します。 |
|
ControlWnd |
ポップアップ ウィンドウのコントロール ウィンドウを指定します。 |