表示: 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

ポップアップ ウィンドウのコントロール ウィンドウを指定します。

関連項目

以前のバージョン
他の言語