Vcl.DBGrids.TColumn.Width

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

Delphi

property  Width: Integer read GetWidth write SetWidth stored IsWidthStored;

C++

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

プロパティ

種類 可視性 ソース ユニット
property published
Vcl.DbGrids.pas
Vcl.DBGrids.hpp
Vcl.DBGrids TColumn

説明

列の幅を示します。

Width プロパティは列の幅をピクセル単位で指定します。データグリッドの Options プロパティに dgColumnResize フラグが設定されている場合,ユーザーは実行時に列のサイズを変更できます。

関連項目