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.
WLanguage procedure called by fListFile
WLanguage procedure ("Callback") called by fListFile for each file found.
WLanguage procedure called by fCopyFile
WLanguage procedure ("callback") called by fCopyFile for each copied file.
Configuring Automatic Update
Automatic Update is an application that allows you to automatically or manually update the different PC SOFT products you own......
Options for generating the HTML pages
The options for generating the HTML pages in a WEBDEV project can be defined......
New (Reserved word)
New is used to allocate memory space...
ExceptionInfo (Function)
Retrieves information about the current exception.
ArrayDeleteLine (Function)
Deletes a row at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.) The array size is automatically reduced....
User Groupware and LDAP
The LDAP protocol is increasingly used by the companies......
Creating a frameset
WEBDEV proposes several methods for creating a frameset......
Execute (Function)
Starts the execution of a process through programming.
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
TableRefreshVisible (Function)
Modifies or returns the visibility status of refresh bar in a Table or TreeView Table control.
LooperAddIP (Function)
Adds a row as an internal page at the end of a Looper control populated programmatically.
You used WEBDEV 28
You used WINDEV 28
WDZip: Creating or modifying an archive
This help page explains how to......
J2EE constants
List of constants used by the J2EE functions....
You used WINDEV Mobile 28
ImageInfoModify (Function)
Modifies the value of an Exif tag for the image used.
DeleteLine (Function)
Deletes a line at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.)....
DDEEvent (Function)
Associates a WLanguage procedure with a DDE event: when the DDE event occurs, the associated WLanguage procedure is automatically run.
fShortName (Function)
Returns the short name of a file or directory.
LDAPValue (Function)
Returns the value corresponding to the subscript passed as parameter for the specified attribute.
ArrayUnionAll (Function)
Returns an array corresponding to the union of two arrays (without deleting duplicates).