Vcl.WinXCtrls.TCustomActivityIndicator.Create

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

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

プロパティ

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


説明

TCustomActivityIndicator のインスタンスを作成します。

Create では、アクティビティ インジケータのすべてのプロパティにデフォルト値が設定されます。

関連項目