TiSevenSegmentCharacter.PowerOff

TiSevenSegmentCharacter See Also

Determines whether all the display segments are shown with a Power-Off look.

property PowerOff : Boolean;

Description

Use PowerOff to specify if all the display segments are shown with a Power-Off look. When PowerOff is FALSE, the digits are drawn with active segments illuminated and inactive segments dimmed. When PowerOff is TRUE, the digits are shown with all segments dimmed.

Example

Delphi

iComponent.PowerOff := True;

C++ Builder

iComponent->PowerOff = True;

Contents | Index | Previous | Next