TiSevenSegmentCharacter.SegAOn
TiSevenSegmentCharacter See Also
Determines whether Segment-A is On.
property SegAOn : Boolean;
Description
Use SegAOn to specify whether the Segment-A is On. When SegAOn is TRUE,
Segment-A is shown illuminated. when SegAOn is FALSE, Segment-A is shown dimmed. All
segment bits can be set at once using the SegmentBits property.
Example
Delphi
iComponent.SegAOn := True;
C++ Builder
iComponent->SegAOn = True;
Note: The UseSegmentBits property must be TRUE for this property to have a visual effect.
Contents | Index | Previous | Next