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