TiOdometer.DigitsCount

TiOdometer See Also

Specifies the number of display digits.

property DigitsCount : Integer;

Description

Use DigitsCount to set the number of display digits. This number also includes the tenths digit if shown.

Example

Delphi

iComponent.DigitsCount := 5;

C++ Builder

iComponent->DigitsCount = 5;

Contents | Index | Previous | Next