IDecimalEdit.TrailingZeros

Syntax

TrailingZeros: Boolean;

Description

The TrailingZeros property determines whether the zeros are displayed after the decimal point if Precision is greater than 0.

Comments

If TrailingZeros = False and the value of the component is integer, the zeros are not displayed after the decimal point. The property is set to True by default.

See also:

IDecimalEdit