Vcl.ComCtrls.TListColumn.WidthType

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

Delphi

property WidthType: TWidth read FWidth;

C++

__property TWidth WidthType = {read=FWidth, nodefault};

プロパティ

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

説明

列の最大幅または最小幅を取得します。

読み取り専用の WidthType プロパティは、列およびそのコンポーネントの幅の最大値または最小値を設定するのに内部で使用されます。

関連項目