TiAnalogDisplay.Precision
TiAnalogDisplay See Also
Determines the precision specifier for formatting the text display.
property Precision : Integer;
Description
Determines the Precision specifier for formatting the text 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 := 1;
C++ Builder
iComponent->Precision = 1;
Contents | Index | Previous | Next