TiSevenSegmentCharacter.SegFOn

TiSevenSegmentCharacter See Also

Determines whether Segment-F is On.

property SegFOn : Boolean;

Description

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

Example

Delphi

iComponent.SegFOn := True;

C++ Builder

iComponent->SegFOn = True;

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

Contents | Index | Previous | Next