Vcl.ShadowWnd.TShadowWindow.Create

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

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

Description

Creates a TShadowWindow instance.

Creates and initialize an instance of the TShadowWindow class.

See Also