IBindingDecimalEdit.CorrectOnExitDefined

Syntax

CorrectOnExitDefined: Boolean;

Description

The CorrectOnExitDefined property determines whether the CORRECTONEXIT parameter is present in binding string.

Comments

If the CorrectOnExitDefined property is set to True, the binding string describing the value editor will contain the CORRECTONEXIT parameter. The value of this parameter is determined by the IBindingDecimalEdit.CorrectOnExit property.

Example

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

See also:

IBindingDecimalEdit