Vcl.ShadowWnd.TShadowWindow.Create

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TShadowWindow(System::Classes::TComponent* AOwner);
__fastcall virtual TShadowWindow(System::Classes::TComponent* AOwner, TControlSide ControlSide);
/* TWinControl.CreateParented */ inline __fastcall TShadowWindow(HWND ParentWindow) : Vcl::Controls::TCustomControl(ParentWindow) { }

Propriétés

Type Visibilité  Source Unité  Parent
constructor public
Vcl.ShadowWnd.pas
Vcl.ShadowWnd.hpp
Vcl.ShadowWnd TShadowWindow

Description

Crée une instance de TShadowWindow.

Create crée et initialise une instance de la classe TShadowWindow.

Voir aussi