TiSevenSegmentDisplay.AutoSize

TiSevenSegmentDisplay See Also

Determines whether the size of the control automatically resizes to accommodate the size and number of digits.

property AutoSize : Boolean;

Description

Use AutoSize to make the control adjust its size automatically so the client area accommodates the height and width of the digits. When AutoSize is FALSE, the size is fixed. When AutoSize is TRUE, the size of the control is readjusted whenever a property changes that has an effect on the number of digits or the size of digits.

Example

Delphi

iComponent.AutoSize := True;

C++ Builder

iComponent->AutoSize = True;

Contents | Index | Previous | Next