Vcl.WinXCtrls.TCustomSplitView.Width

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

Delphi

property Width: Integer read GetWidth write SetWidth nodefault;

C++

__property int Width = {read=GetWidth, write=SetWidth, nodefault};

プロパティ

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

説明

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

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

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

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

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

関連項目