ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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.
MaskZipCode (Function)
Retrieves the postal code input mask adapted to a given country.
MaskFormat (Function)
Formats a character string using an InputMask variable.
WLanguage procedure called by HashString
Procedure ("Callback") called by HashString when hashing. This procedure is used to get the hash result.
SelectionLength (Property)
The SelectionLength property gets and sets the length of the selection made in a Word Processing control.
H.NbRetry (Variable)
Indicates the number of attempts for locking the file or the record before giving control back to the program.
PostgreSQL Native Connector: Features and notes
Remarks and specific features of Native PostgreSQL Connector......
StatError (Function)
Returns the error number for the last error caused by a Statxxx function (statistical functions).
<Connection variable>.Backup (Function)
Backs up the contents of an HFSQL server: all server databases, one or more databases, one or more tables.
fMIMEType
Returns the type of file according to the MIME standard (Multipurpose Internet Mail Extensions).
GglAccountDissociate (Function)
Dissociates the application from the user's Google account. This association must have been previously defined with GglAccountAssociate....
HFlush (Function)
Forces the operating system of the computer where the tables are found to write data onto the disk.
HBackup (Function)
Backs up the contents of an HFSQL server: all server databases, one or more databases, one or more tables.
Progress Native Connector: Features and notes
Remarks and specific features of Native Progress Connector......
Error 26: No END statement is associated with this THEN
Checks whether an expression is false in assertive programming and in automated test mode....
SQL functions for handling spatial data
Below are the main SQL functions that can be used to handle spatial data in SQL queries......
ErrorOccurred (Variable)
ErrorOccurred is a preset variable of WLanguage indicating the result of the last WLanguage function used.
SysPowerStatus
Used to get various information about the battery (main or secondary) of the device on which the application is running.
tapiKeyPressed (Function)
Returns the history of the keys pressed on the phone keypad since the last call to tapiKeyPressed.
tapiDialerDisplay (Function)
Opens the default telephony application (dialer) and displays the specified number. No call is made.
<Source>.Flush (Function)
Forces the operating system of the computer where the tables are found to write data onto the disk.
PowerStatus (Function)
Used to get various information about the battery (main or secondary) of the device on which the application is running.
MySQL Native Connector: Features and notes
Remarks and specific features of the Native MySQL Connector...
H.NbRetryRead (Variable)
Indicates the number of attempts to read the file or record before giving control back to the program.
MatError (Function)
Identifies the type of the last error caused by a Matxxx function (functions for matrix management).
Creating a strong-named .NET assembly
To create a strong-named .NET assembly ......
<Menu>.AddOption (Function)
Adds a new option after the last option of a drop-down or context menu.
<Array>.AddReference (Function)
Adds the reference of an object at the last position in a one-dimensional array.