ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

MaskZipCode (Function)
Retrieves the postal code input mask adapted to a given country.
MaskPhoneNumber (Function)
Retrieves the phone number input mask adapted to a given country.
InputMask (Property)
The InputMask property is used to:
  • get the input mask.
  • set the input mask (from the masks available for the type).
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...
ChangeSeparator (Function)
Changes the value of the separators (decimal separator or thousand separator) used in the numeric masks for internationalization.
MaskFormat (Function)
Formats a character string using an InputMask variable.
SchedulerAddTrigger (Function)
Creates a trigger for a scheduled task.
SchedulerTaskList (Function)
Retrieves the list of scheduled tasks.
SchedulerModifyTask (Function)
Modifies the parameters of a scheduled task.
SchedulerDeleteTrigger (Function)
Deletes a trigger from a scheduled task.
<Description of ParallelTask>.Execute (Function)
Triggers the execution of a parallel task.
<ParallelTask variable>.RequestCancellation (Function)
Requests the cancellation of a parallel task.
<ParallelTask variable>.Execute (Function)
Triggers the execution of a parallel task.
ParallelTaskConfigure (Function)
Modifies the parameters of parallel tasks.
<ParallelTask variable>.Wait (Function)
Waits for the execution of a parallel task.
ParallelTaskRequestCancellation (Function)
Requests the cancellation of a parallel task.
BackgroundTaskAdd (Function)
Adds a new background task.
ParallelTaskExecute (Function)
Triggers the execution of a parallel task.
ParallelTaskWait (Function)
Waits for the execution of a parallel task.
Cursor constants
List of constants used by the functions for managing cursors and the mouse...
Oracle Native Connector: Execute the same query more than once
In some cases, it may be useful to run the same query multiple times while modifying one or more parameters......
Useful parameters of a procedure
A procedure can declare some parameters that are not immediately used. In this case, a warning appears in the code editor, indicating that the local variable is not used....
Modal windows
The window that opens another window is called parent window; the window opened by the parent window is called child window......
Accessing Lotus Notes
WINDEV and WINDEV allow you to easily access the data handled by Lotus Notes (Domino database)......
Creating requirements
The following steps must be performed to implement the requirements......