Vcl.DBCGrids.TDBCtrlGrid.PanelWidth

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

Delphi

property PanelWidth: Integer read FPanelWidth write SetPanelWidth default 200;

C++

__property int PanelWidth = {read=FPanelWidth, write=SetPanelWidth, default=200};

プロパティ

種類 可視性 ソース ユニット
property published
Vcl.DbCGrids.pas
Vcl.DBCGrids.hpp
Vcl.DBCGrids TDBCtrlGrid

説明

各パネルの幅を(ピクセル単位で)示します。

PanelWidth プロパティは,グリッドの各パネルのサイズを設定します。PanelWidth プロパティを設定すると,グリッドはパネルの新しい幅に合わせて自動的にサイズ変更されます。

関連項目