Vcl.ShadowWnd.TShadowWindow.Create
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) { }
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
constructor | public | Vcl.ShadowWnd.pas Vcl.ShadowWnd.hpp |
Vcl.ShadowWnd | TShadowWindow |
説明
Create は、TShadowWindow インスタンスを作成します。
Create は、TShadowWindow クラスのインスタンスを作成して初期化します。