Vcl.DBCGrids.TDBCtrlGrid.PanelWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PanelWidth: Integer read FPanelWidth write SetPanelWidth default 200;

C++

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

Properties

Type Visibility Source Unit Parent
property published
Vcl.DbCGrids.pas
Vcl.DBCGrids.hpp
Vcl.DBCGrids TDBCtrlGrid

Description

Specifies the width (in pixels) of each panel.

Set PanelWidth to the desired size of each panel in the grid. When the PanelWidth property is set, the grid resizes itself to fit the new panel width.

See Also