TiSevenSegmentAnalog.Precision

TiSevenSegmentAnalog See Also

Determines the precision specifier for formatting the digit display.

property Precision : Integer;

Description

Determines the precision specifier for formatting the digit display. For example, if the precision is set to 2 and the value is 50.2361 then the text display will show 50.24

Example

Delphi

iComponent.Precision := 2;

C++ Builder

iComponent->Precision = 2;

Contents | Index | Previous | Next