Vcl.ComCtrls.TListColumn.WidthType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property WidthType: TWidth read FWidth;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TListColumn

Description

Gets the maximum or minimum possible width of a column.

The read-only WidthType property is used internally to set the width of a column and its components to a minimum or maximum value.

See Also