Vcl.ComCtrls.THeaderSection.Width

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

Delphi

property Width: Integer read FWidth write SetWidth;

C++

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

プロパティ

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

説明

ヘッダーセクションの幅を指定します。

Width プロパティは,ヘッダーセクションの幅のデフォルト値をピクセル単位で設定します。ヘッダーセクションのサイズは,実行時に境界をドラッグすると変更できます。

関連項目