ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Menus and menu options: Tips & Tricks
This page presents some operations specific to the menus and to the menu options......
InvalidInputDetect (Function)
Detects and signals an error on required controls left empty and/or controls with invalid data....
Setup directory
The setup wizard allows you to configure the setup directory of application....
Conditions for updating an application automatically (Live update)
Whenever the application is modified on the development computer (modifications of windows, code, analysis, ......
Telemetry: Method used to send data
Telemetry data is sent to the server regularly and is processed by the server every 2 hours......
Handling menu options programmatically
The menu options can be handled......
Mask management functions
The following functions are used to manage masks......
tapiDial (Function)
Dials a phone number for a voice line.
tapiLineDial (Function)
Dials a phone number for a voice line and chooses the device to use.
The Sliding Banner control
The Sliding Banner control is used to display several contents successively, either automatically, or further to an action performed by the Web user......
SMSReset (Function)
Resets all variables of SMS structure.
SMSSend (Function)
Sends an SMS.
SMSFirst (Function)
Reads the first SMS message stored on the Android phone.
SMSNext (Function)
Reads the following SMS message stored on the Android phone.
Configuring the assisted universal replication
If your application uses assisted universal replication via a .WER file, the setup creation wizard proposes to configure the setup to install the different tools required for this type of replication....
Open document tabs
The document tabs allow you to navigate between the different elements opened in the different editors....
WDADMINEXE: Managing versions
The "Versions" tab of WDADMINEXE is used to manage from the server the versions installed on the client computers......
ToolTipTitle (Property)
The ToolTipTitle property gets and sets the text displayed in the tooltip associated with the column title of a Table control. This tooltip only appears when the Table control column title is hovered over.
Animation management functions
WINDEV proposes several WLanguage functions for managing animations......
Project description: Telemetry tab
The project description window allows you to configure various elements of your project......
MaskFormat (Function)
Formats a character string using an InputMask variable.
MaskPhoneNumber (Function)
Retrieves the phone number input mask adapted to a given country.
InvalidInputListControl (Function)
Builds a list of controls that require data input/contain invalid data....
InvalidInputShowMessage (Function)
Displays an invalid input error for the specified control.
InvalidInputPreventExit (Property)
The InvalidInputPreventExit property is used to determine if it is possible to leave the control in case of invalid input.