Skip to main content

TdxBarLargeButton.Width Property

Specifies the width of a button.

Declaration

property Width; default 0;

Property Value

Type Default
Integer 0

Remarks

The default Width value is 0. It indicates that button’s width is calculated automatically.

Set the Width property greater than 0 to specify the precise width of a button. In this instance, the caption or glyph will be clipped if its length is greater than the Width property value. If the Width property changes, the WidthChanged method is called.

See Also