ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MaskZipCode (Function)
Retrieves the postal code input mask adapted to a given country.
ChangeSeparator (Function)
Changes the value of the separators (decimal separator or thousand separator) used in the numeric masks for internationalization.
Input masks and display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks...
InputMask (Property)
The InputMask property is used to:
  • get the input mask.
  • set the input mask (from the masks available for the type).
MaskFormat (Function)
Formats a character string using an InputMask variable.
MaskPhoneNumber (Function)
Retrieves the phone number input mask adapted to a given country.
TableInfoXY (Function)
Returns for a given position in a Table or TreeView Table control (coordinates of a control point): the name of the column displayed for the specified position. the index of the row or column for the specified position....
OpenIDParameters (Type of variable)
The OpenIDParameters type is used to define all the advanced features of an authentication for OpenID.
WDINT license agreement
WDINT license agreement...
Dockable panes
WINDEV, WINDEV Mobile and WEBDEV propose several dockable panes......
Multi-project processes: using batches
WINDEV, WEBDEV and WINDEV Mobile allow you to run a set of processes (compilation, generation, ......
Project description: Options tab
The project description window allows you to configure various elements of your project......
Project description: Compilation tab
The project description window allows you to configure various elements of your project......
HCreateMovableReplica (Function)
Creates a movable replication.
fTrackDirectory (Function)
Detects the modifications performed on the content of a directory.
Native MariaDB Connector: Specific features
The Native MariaDB Connector creates "InnoDB" tables to support locks and transactions on a MariaDB database......
Native MySQL Connector: Specific features
The Native MySQL Connector (also called "Native MySQL Access") creates "InnoDB" tables to support locks and transactions on a MySQL database......
CtCacheSize (Property)
The CtCacheSize property is used to determine and change the maximum number of records that can be stored in the cache of the Native MySQL Connector.
Creating the Vision pages of the WEBDEV RAD pattern
Installing an application server
There are several steps to install the WEBDEV Application Server on a Linux server......
Android application: Using and sharing SQLite data
For the Android applications, the available databases are HFSQL (Classic and Client/Server) and SQLite....
Multi-project search
Performing a search in the current project is a common operation......
PVTCalculateAll (Function)
Entirely calculates or recalculates a Pivot Table control.
Authentication via Active Directory
Kerberos is an authentication mode based on the use of tickets and secret keys......
Using .NET assemblies in a project
To use .NET assemblies in a project......
WDPic (Type of variable)
The WDPic type is used to define the advanced characteristics of an image in ".wdpic" format.
Composite keys
A composite key is a key item containing several other items......
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
Project description: Style tab
The project description window allows you to configure various elements of your project......
grTimeLevelMax (Function)
Defines the number of levels to display in the time scale of a chart as well as the maximum level.
sComputeCrc32 (Function)
Calculates the Cyclical Redundancy Check (CRC) of buffer.