ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ChangeSeparator (Function)
Changes the value of the separators (decimal separator or thousand separator) used in the numeric masks for internationalization.
InputMask (Property)
The InputMask property is used to:
  • get the input mask.
  • set the input mask (from the masks available for the type).
MaskPhoneNumber (Function)
Retrieves the phone number input mask adapted to a given country.
MaskFormat (Function)
Formats a character string using an InputMask variable.
MaskZipCode (Function)
Retrieves the postal code input mask adapted to a given country.
Mask functions
The following functions are used to manage masks...
Input masks and display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks...
WDTRAD
WDTRAD is a tool for entering the translation of messages associated with a WINDEV, WEBDEV or WINDEV Mobile application......
ControlNext (Function)
Returns the name of the next control in input mode.
AssistedInputConfigure (Function)
Used to configure the filter and the opening of assisted input.
WDReplic: Starting the replication
Depending on the type of replication to perform, WDReplic must be started......
Error 17: OTHER CASE must be the last statement used in SWITCH
Setting up a WEBDEV cluster
With the WEBDEV Application Server in version 27, you can create server clusters with ease......
<Edit>.ConfigureAssistedInput (Function)
Used to configure the filter and the opening of assisted input.
InvalidInputShowMessage (Function)
Displays an invalid input error for the specified control.
ConsoleRead (Function)
Reads a string in the standard input stream "stdin".
Invalid input management functions
Invalid input management functions...
Control constants
List of constants used by the functions for managing controls...
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
rssTextInput (Type of variable)
The rssTextInput type is used to describe the input area of RSS stream...
AssistedInputDeleteAll (Function)
Clears the list of values proposed for the assisted input of an edit control.
AssistedInputOpen (Function)
Opens the list of values proposed by the assisted input for an edit control.
AssistedInputClose (Function)
Closes the list of values proposed by the assisted input for an edit control.
Handling files on Dropbox, Google Drive and OneDrive
Many drives can be used to store files......
InvalidInputShowTooltip (Function)
Shows an error tooltip under an Edit control to indicate why the input is invalid.
<Edit>.CloseAssistedInput (Function)
Closes the list of values proposed by the assisted input for an edit control.
<Edit>.OpenAssistedInput (Function)
Opens the list of values proposed by the assisted input for an edit control.
<Edit>.DeleteAllAssistedInput (Function)
Clears the list of values proposed for the assisted input of an edit control.
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
EmulateInput (Function)
Performs an input by emulation in a control while checking whether this control is an editable control.
gCoord (Function)
Builds a sequence of characters used to define the position of the input cursor for a text.
InvalidInputShowIcon (Function)
Shows an error icon next to an Edit control to indicate that the input is invalid.
1
2
3
4
5
6
162
>