Vcl.DBGrids.TColumn.Width

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property  Width: Integer read GetWidth write SetWidth stored IsWidthStored;

C++

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

Properties

Type Visibility Source Unit Parent
property published
Vcl.DbGrids.pas
Vcl.DBGrids.hpp
Vcl.DBGrids TColumn

Description

The width of the column.

The Width property determines the width of the column, in pixels. If the dgColumnResize flag is set in the data grid's Options property, users can resize the column at runtime.

See Also