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 component value is integer, zeroes after the point are not displayed. The property is set to True by default.

See also:

IDecimalEdit