Precision: Integer;
The Precision property determines value of the PRECISION parameter in binding string.
The PRECISION parameter determines value precision (number of digits after comma).
The Precision property is available if the IBindingDecimalEdit.PrecisionDefined property is set to True. If the Precision property is changed, the IBindingDecimalEdit.PrecisionDefined property is automatically set to True.
The example of use is given in description of the IBindingDecimalEdit.MaxValue property.
See also: