TiOdometer.Value

TiOdometer See Also

The value used for formatting the display digits.

property Value : Double;

Description

Use the Value property to get or change the display. When the Value exceeds the digit display capability, the value will appear to rollover and restart from 0. The sign of the number is ignored.

Example

Delphi

iComponent.Value := 23.78;

C++ Builder

iComponent->Value = 23.78;

Contents | Index | Previous | Next