IBindingDecimalEdit.CorrectOnExit

Syntax

CorrectOnExit: Boolean;

Description

The CorrectOnExit property determines value of the CORRECTONEXIT parameter in binding string.

Comments

The CORRECTONEXIT parameter determines whether the value will be automatically adjusted on losing focus by the component. If the parameter is set to True, when the editor loses the focus, the invalid value will be replaced by the nearest valid value. If parameter is set to False, when the editor looses the focus, the invalid value will be replaced by the value set in the Value property. The property is set to False by default.

The CorrectOnExit property is available if the CorrectOnExitDefined property is set to True. If the CorrectOnExit property is changed, the CorrectOnExitDefined property is automatically set to True.

Example

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

See also:

IBindingDecimalEdit