Vcl.ShadowWnd.TShadowWindow.Create

提供: RAD Studio API Documentation
移動先: 案内検索

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 クラスのインスタンスを作成して初期化します。

関連項目