|
|
|
|
|
InvalidInputPreventExit (Property) In french: SaisieInvalideBloquante
Warning
From version 2024, this property is kept for backward compatibility. It is now recommended to use the InvalidInput property.
The InvalidInputPreventExit property is used to determine if it is possible to leave the control in case of invalid input. IF SAI_MotDePasse.SaisieInvalideBloquante = True THEN
InvalidInputShowTooltip("Saisie non valide.")
END
Syntax
Identifying the invalid input management mode Hide the details
<Result> = <Control used>.InvalidInputPreventExit
<Result>: - True: it is not possible to exit the field if the entry is invalid and/or if the field is empty.
- False it is possible to leave the field in all cases.
<Control used>: Control name Name of the control used. This field can be: - an Edit control,
- an editable Combo Box control.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|