Vcl.AxCtrls.TReflectorWindow.Create

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

constructor Create(ParentWindow: HWND; Control: TControl); reintroduce;

C++

__fastcall TReflectorWindow(HWND ParentWindow, Vcl::Controls::TControl* Control);
/* TWinControl.CreateParented */ inline __fastcall TReflectorWindow(HWND ParentWindow) : Vcl::Controls::TWinControl(ParentWindow) { }

プロパティ

種類 可視性 ソース ユニット
constructor public
Vcl.AxCtrls.pas
Vcl.AxCtrls.hpp
Vcl.AxCtrls TReflectorWindow

説明

CreateTReflectorWindow のインスタンスを作成します。

アプリケーションで TReflectorWindow をインスタンス化する必要はありません。

関連項目