TiSevenSegmentCharacter.UseSegmentBits
TiSevenSegmentCharacter See Also
Specifies whether each individual segment can be controlled with the segment
bits.
property UseSegmentBits : Boolean;
Description
Activate UseSegmentBits to enable individual control of each segment. When
UseSegmentBits is TRUE, each segment is controlled by the SegAOn, SegBOn, SegCOn, SegDOn, SegEOn, SegFOn, and SegGOn properties. You can also use the SegmentBits property to set all bits at once. When UseSegmentBits is FALSE, each segments
is controlled by the Value or Character property.
Example
Delphi
iComponent.UseSegmentBits := True;
C++ Builder
iComponent->UseSegmentBits = True;
Contents | Index | Previous | Next