ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
The InvalidInputPreventExit property is used to determine if it is possible to leave the control in case of invalid input.
Example
IF EDT_Password.InvalidInputPreventExit = True THEN
InvalidInputShowTooltip("Invalid input.")
END
Syntax

Identifying the invalid input management mode Hide the details

<Result> = <Control used>.InvalidInputPreventExit
<Result>:
  • True: it is not possible to leave the control if the input is invalid and/or if the control is empty.
  • False: it is possible to leave the control in any case.
<Control used>: Control name
Name of the control used. This control can be:
  • an edit control,
  • an editable Combo Box.
Minimum version required
  • Version 26
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help