TiOdometer.ShowDecimalPoint
TiOdometer
Specifies whether a decimal point is displayed between the digits and tenths
digits of the odometer.
property ShowDecimalPoint : Boolean;
Description
Use ShowDecimalPoint to specify if the decimal point is shown between the
regular and tenths digits of the odometer display. If the DigitBorderShow property is TRUE, then the decimal point is not shown regardlesss of the
setting of this property.
Tip: if you intend to show the decimal point, we recommend that you set the DigitBackGroundColor and TenthsBackGroundColor properties to the same color.
Example
Delphi
iComponent.ShowDecimalPoint := True;
C++ Builder
iComponent->ShowDecimalPoint = True;
Contents | Index | Previous | Next