TiSevenSegmentCharacter.SegDOn

TiSevenSegmentCharacter See Also

Determines whether Segment-D is On.

property SegDOn : Boolean;

Description

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

Example

Delphi

iComponent.SegDOn := True;

C++ Builder

iComponent->SegDOn = True;

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

Contents | Index | Previous | Next