TiSevenSegmentCharacter.SegBOn

TiSevenSegmentCharacter See Also

Determines whether Segment-B is On.

property SegBOn : Boolean;

Description

Use SegBOn to specify whether the Segment-B is On. When SegAOn is TRUE, Segment-B is shown illuminated. when SegBOn is FALSE, Segment-B is shown dimmed. All segment bits can be set at once using the SegmentBits property.

Example

Delphi

iComponent.SegBOn := True;

C++ Builder

iComponent->SegBOn = True;

Note: The UseSegmentBits property must be TRUE for this property to have a visual effect.

Contents | Index | Previous | Next