Vcl.AxCtrls.TReflectorWindow.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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) { }

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Vcl.AxCtrls.pas
Vcl.AxCtrls.hpp
Vcl.AxCtrls TReflectorWindow

Beschreibung

Erstellt eine Instanz von TReflectorWindow.

In Anwendungen muss TReflectorWindow niemals explizit instantiiert werden.

Siehe auch