TiOdometer.ShowTenths

TiOdometer See Also

Specifies whether the Tenths Digit is shown.

property ShowTenths : Boolean;

Description

Use ShowTenths to specify whether the Tenths Digit is shown.

Example

Delphi

iComponent.ShowTenths := True;

C++ Builder

iComponent->ShowTenths = True;

Contents | Index | Previous | Next