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.
1. Project audits
WINDEV Tutorial: Optimizing a project Lesson 1 - Project audits - 15 min
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
COMCallMethod (Function)
Runs a method of an interface of a COM object instantiated by COMCreateInstance.
Handling HTML text in an Edit control
WEBDEV allows you to handle text in HTML via the "HTML format" option of the Edit controls and the HTML control....
External language: Programming in Java
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
Hourglass (External language)
Displays a mouse pointer shaped like an hourglass.
Welcome to WINDEV, WEBDEV and WINDEV Mobile
The home page allows you to easily perform the operations for creating and opening projects......
WINDEV Mobile License Agreement
WINDEV Mobile License Agreement...
GeometryUnion (Function)
Returns a geometry corresponding to the union of two geometries.
The Looper control
A Looper control is used to repeat the controls found in a specific area......
TableInsertColumn (Function)
Inserts elements in the format of columns into a horizontal Table control.
How to open a page?
Duration (Type of variable)
The Duration type enables you to easily handle the intervals of dates and times...
Find/Replace in the current project
The "Find/Replace" feature is used to......
ZoomWithFinger (Property)
The ZoomWithFinger property is used to: determine if an Image or Camera control supports pinch zoom. enable or disable pinch zoom in an Image or Camera control....
NewLine (Property)
The NewLine property is used to determine: in a Table control, whether the current row was created with TableAddXXX or TableInsertXXX. in a Looper control, whether the current row was created with LooperAddXXX or LooperInsertXXX. in an Organizer control, whether an appointment was created via the context menu. in a Scheduler control, whether an appointment was created via the context menu....
TableSortChild (Function)
Sorts a branch in a TreeView Table control on one or more columns.
NFCSendTag (Function)
Sends a NFC tag to another device.
Page in Session mode: Populating controls after a long process
In a web application, you may need to run long processes (for example, to update counters......