TiSevenSegmentBinary.Value

TiSevenSegmentBinary See Also

Specifies the current value represent by the control.

property Value : String;

Description

Use Value to get or change the value the control represents. If the Value overflows the display, then up arrows will be shown.

Note: if you need the value converted to an Integer, use the ValueInteger property instead.

Example

Delphi

iComponent.Value := '1001101';

C++ Builder

iComponent->Value = "1001101";

Note: The property is of string type to support unlimited number of digits.

Contents | Index | Previous | Next