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