TiAnalogDisplay.Value
TiAnalogDisplay See Also
The value used for formatting the display text.
property Value : Double;
Description
The display text is the Value property formatted with the Precision specifier and the UnitsText is appended to the end.
Example
Delphi
iComponent.Value := 25.36;
C++ Builder
iComponent->Value = 25.36;
Contents | Index | Previous | Next