TiSevenSegmentAnalog.Value
TiSevenSegmentAnalog See Also
Specifies the current value represent by the control.
property Value : Double;
Description
Use Value to get or change the value the control represents. If the Value
overflows the display in the positive direction, then up arrows will be shown. If
the Value overflows the display in the negative direction, then down arrows will
be shown.
Example
Delphi
iComponent.Value := 23.58;
C++ Builder
iComponent->Value = 23.58;
Contents | Index | Previous | Next