Vcl.Controls.TControl.Width
Delphi
property Width: Integer read FWidth write SetWidth;
C++
__property int Width = {read=FWidth, write=SetWidth, nodefault};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
property | published | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | TControl |
説明
コントロールまたはフォームの水平サイズをピクセル単位で指定します。
Width プロパティを使用すると,コントロールの幅を取得または変更できます。
メモ: TabSheet コントロールの場合,実行時にこのプロパティを変更しても無効です。