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