TiOdometer.TenthsDigitCount
TiOdometer
Specifies the number of displayed digits after the decimal point.
property TenthsDigitCount : Integer;
Description
Use TenthsDigitCount to set the number of displayed digits after the decimal
point.
Example
Delphi
iComponent.TenthsDigitCount := 2;
C++ Builder
iComponent->TenthsDigitCount = 2;
Contents | Index | Previous | Next