IBindingFloatEdit.Precision

Syntax

Precision: Integer;

Description

The Precision property determines value of the PRECISION parameter in binding string.

Comments

The PRECISION parameter determines value precision (number of digits after comma).

The Precision property is available if the PrecisionDefined property is set to True. If the Precision property is changed, the PrecisionDefined property is automatically set to True.

Example

The example of use is given in description of the MaxValue property.

See also:

IBindingFloatEdit