CorrectOnExit: Boolean;
The CorrectOnExit property determines value of the CORRECTONEXIT parameter in binding string.
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 the parameter is set to False, when the editor looses the focus, the invalid value will be replaced by the value set in the IBindingDecimalEdit.Value property. The property is set to False by default.
The CorrectOnExit property is available if the IBindingDecimalEdit.CorrectOnExitDefined property is set to True. If the CorrectOnExit property is changed, the IBindingDecimalEdit.CorrectOnExitDefined property is automatically set to True.
The example of use is given in description of the IBindingDecimalEdit.MaxValue property.
See also: