Vcl.WinXCtrls.TCustomActivityIndicator.Width

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

Delphi

property Width: Integer read FWidth write SetWidth stored False;

C++

__property Width = {stored=false};

プロパティ

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


説明

コントロールまたはフォームの水平サイズをピクセル単位で指定します。

Vcl.WinXCtrls.TCustomActivityIndicator.Width は Vcl.Controls.TControl.Width を継承しています。以下の内容はすべて Vcl.Controls.TControl.Width を参照しています。

コントロールまたはフォームの水平サイズをピクセル単位で指定します。

Width プロパティを使用すると,コントロールの幅を取得または変更できます。

メモ:  TabSheet コントロールの場合,実行時にこのプロパティを変更しても無効です。

関連項目