TiAnalogDisplay.UnitsText

TiAnalogDisplay See Also

The text string appended to the end of the formatted value.

property UnitsText : String;

Description

The display value is the Value formatted with the Precision specifier and the UnitsText is appended to the end. To create spacing between the formatted Value and the UnitsText, add desired spaces to the beginning of the UnitsText property.

Example

Delphi

iComponent.UnitsText := ' V';

C++ Builder

iComponent->UnitsText = " V";

Contents | Index | Previous | Next