Vcl.ComCtrls.THeaderSection.FixedWidth
Delphi
property FixedWidth: Boolean read FFixedWidth write SetFixedWidth default False;
C++
__property bool FixedWidth = {read=FFixedWidth, write=SetFixedWidth, default=0};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
property | published | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | THeaderSection |
説明
ヘッダー セクションのサイズを変更可能にするかどうか指定します。
FixedWidth を使用すると、ヘッダーセクションの幅を変更できるかどうかを指定できます。
メモ: この機能は、Vista、Windows 7、またはそれ以降の Windows オペレーティング システムでのみ利用可能です
関連項目