Vcl.CategoryButtons.TCategoryButtons.Width

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

Delphi

property Width default 100;

C++

__property Width = {default=100};

プロパティ

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

説明

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

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

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

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

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

関連項目