Vcl.AxCtrls.TReflectorWindow.Create

De RAD Studio API Documentation
Aller à : navigation, rechercher

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

Propriétés

Type Visibilité  Source Unité  Parent
constructor public
Vcl.AxCtrls.pas
Vcl.AxCtrls.hpp
Vcl.AxCtrls TReflectorWindow

Description

Create crée une instance de TReflectorWindow.

Les applications n'ont jamais à instancier TReflectorWindow.

Voir aussi