ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
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.
Example
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.
Minimum version required
  • Version 26
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/10/2025

Send a report | Local help