Vcl.ComCtrls.TWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TWidth = ColumnHeaderWidth..MaxInt;

C++

typedef int TWidth;

Properties

Type Visibility Source Unit Parent
type
typedef
public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls Vcl.ComCtrls

Description

TWidth represents an integer interval.

A variable of TWidth type can take integer values in the interval from ColumnHeaderWidth, which has the value -2, to MaxInt. TWidth is used to set the maximum or minimum possible width for a control.

See Also