Vcl.RibbonGalleryBar.TCustomRibbonGalleryBar.Create

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

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TCustomRibbonGalleryBar(System::Classes::TComponent* AOwner);
/* TWinControl.CreateParented */ inline __fastcall TCustomRibbonGalleryBar(HWND ParentWindow) : Vcl::Actnctrls::TActionToolBar(ParentWindow) { }

プロパティ

種類 可視性 ソース ユニット
constructor public
Vcl.RibbonGalleryBar.pas
Vcl.RibbonGalleryBar.hpp
Vcl.RibbonGalleryBar TCustomRibbonGalleryBar

説明

Create メソッドは,TCustomActionToolBar のインスタンスを作成および初期化します。

Vcl.RibbonGalleryBar.TCustomRibbonGalleryBar.Create は Vcl.ActnCtrls.TCustomActionToolBar.Create を継承しています。以下の内容はすべて Vcl.ActnCtrls.TCustomActionToolBar.Create を参照しています。

Create メソッドは,TCustomActionToolBar のインスタンスを作成および初期化します。

Create メソッドは,TCustomActionToolBar を作成して,そのプロパティを初期化します。



__fastcall virtual TCustomActionToolBar (Classes::TComponentTComponent_Object* AOwner);
__fastcall (HWND ParentWindow) : Controls::TWinControlTWinControl_Create(ParentWindow) { }