Vcl.ShadowWnd.TShadowWindow.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Vcl.ShadowWnd.pas
Vcl.ShadowWnd.hpp
Vcl.ShadowWnd TShadowWindow

Beschreibung

Create erstellt eine TShadowWindow-Instanz.

Mit Create wird eine Instanz der Klasse TShadowWindow erstellt und initialisiert.

Siehe auch