TiSevenSegmentHexadecimal.Value

TiSevenSegmentHexadecimal 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: The property is of string type to support unlimited number of digits.

Example

Delphi

iComponent.Value := 'FF3E2C';

C++ Builder

iComponent->Value = "FF3E2C";

Contents | Index | Previous | Next