TiSevenSegmentDisplay.DigitCount
TiSevenSegmentDisplay See Also
Specifies the number of display digits.
property DigitCount : Integer;
Description
Use DigitCount to set the number of display digits. Does not include the sign
digit.
Example
Delphi
iComponent.DigitCount := 4;
C++ Builder
iComponent->DigitCount = 4;
Note: Not all descendants implement this property.
Contents | Index | Previous | Next