Vcl.ComCtrls.TProgressBar.Create

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

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

プロパティ

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

説明

Create は,TProgressBar のインスタンスを作成します。

Create コンストラクタを呼び出すと,実行時にプログレスバーを作成できます。設計時にフォームには位置されたプログレスバーは自動的に作成されます。

AOwner は,プログレスバーの解放を処理する別のコンポーネント(通常はフォーム)です。これには,次のプロパティ設定も含まれます。

関連項目