ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Invalid input functions
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
Warning
From version 26, It is recommended to use the new required or invalid input check. For more details, see Required or invalid input.
Shows an error tooltip under an Edit control to indicate why the input is invalid.
Example
// Exit from EDT_PinCode
IF Length(EDT_PinCode)<4 THEN
InvalidInputShowTooltip("The PIN code must contain at least 4 characters.")
SetFocusAndReturnToUserInput(EDT_PinCode)
END
Syntax
InvalidInputShowTooltip(<Tooltip text>)
<Tooltip text>: Character string
Content of the error tooltip displayed under the Edit control in case of invalid input.
Remarks
  • The tooltip disappears when the user clicks on the tooltip or hits a key on the keyboard.
  • InvalidInputShowTooltip must be called from an Edit control, otherwise it will have no effect.
Business / UI classification: Neutral code
Component: wd290obj.dll
Minimum version required
  • Version 25
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help