Vcl.ComCtrls.TCustomStatusBar.Create

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

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

プロパティ

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

説明

Create は,TCustomStatusBar コンポーネントを作成および初期化します。

Create は,キャンバスおよびステータスパネルとともにステータスバーを作成します。

AOwner は,Owner プロパティの値になるコンポーネント(通常はフォーム)です。

関連項目