Vcl.ActnCtrls.TCustomActionDockBar.Create
Delphi
constructor Create(AOwner: TComponent); override;
C++
__fastcall virtual TCustomActionDockBar(System::Classes::TComponent* AOwner);
/* TWinControl.CreateParented */ inline __fastcall TCustomActionDockBar(HWND ParentWindow) : Vcl::Actnman::TCustomActionBar(ParentWindow) { }
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
constructor | public | Vcl.ActnCtrls.pas Vcl.ActnCtrls.hpp |
Vcl.ActnCtrls | TCustomActionDockBar |
説明
Create メソッドは,TCustomActionDockBar のインスタンスを作成および初期化します。
Create メソッドは,TCustomActionDockBar を作成して,そのプロパティを初期化します。
__fastcall virtual TCustomActionDockBar (Classes::TComponentTComponent_Object* AOwner);
__fastcall (HWND ParentWindow) : Controls::TWinControlTWinControl_Create(ParentWindow) { }