IBindingDecimalEdit.PrecisionDefined

Syntax

PrecisionDefined: Boolean;

Description

The PrecisionDefined property determines whether the PRECISION parameter is present in binding string.

Comments

If the PrecisionDefined property is set to True, the binding string describing the value editor contains the PRECISION parameter. The parameter value is determined by the Precision property.

Example

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

See also:

IBindingDecimalEdit