TiSevenSegmentCharacter.Character
TiSevenSegmentCharacter See Also
Specifies the current display character.
property Character : Char;
Description
Use Character to get or change the display character using the Char property
type. To set the display character using an enumerated type, use the Value property.
Example
Delphi
iComponent.Character := 'E';
C++ Builder
iComponent->Character = 'E';
Note: Not all characters are supported. See Value property for a list.
Contents | Index | Previous | Next