ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

LockAppOn (Function)
Locks a WINDEV application.
MenuUnMark (Function)
Removes the checkmark displayed in front of the menu option (popup menu or drop-down menu).
HTML (Property)
The HTML property is used to: find out whether the current report is printed in HTML mode. manage the HTML type of a Static control found in a report....
Information 2104: This function is kept for backward compatibility
HFTListWord (Function)
Lists the words of the current record that will be taken into account by the full-text indexing.
Project Management Hub: New/Fixed incidents
To improve project monitoring, the Project Management Hub shows the evolution of new and fixed incidents over a given period of time, by one or multiple contributors......
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
Error 507: The '++' operator is not allowed
HListCustomFolder (Function)
Returns the list of Custom-Folders (also called groups) defined in the analysis.
Action Bar control functions
The following functions are used to manage the Action Bar control......
AAFEnable (Function)
Re-enables an Automatic Application Feature (AAF) previously disabled by AAFDisable.
<Menu>.AddMenu (Function)
Adds a new menu to an existing drop-down or context menu of a window or page.
<Array>.SeekByProcedure (Function)
Seeks an element in a one-dimensional WLanguage array by using a comparison procedure.
UMCActive (Function)
Used to find out and modify the activation of UMC management (User Macro-Code).
Canada.CheckBN15 (Function)
Checks the validity of a Canadian 15-digit Business Number (BN15).
Canada.CheckBN9 (Function)
Checks the validity of a Canadian 9-digit Business Number (BN9).
Switzerland.CheckOASI (Function)
Checks the validity of a Swiss Old-?Age and Survivors' Insurance Number (OASI)....
Procedure (Type of variable)
The Procedure type is used to handle: the procedures or methods found in the project. the procedures or methods found in an internal component. the procedures or methods found in an external component....
HelpFile (Function)
Returns or modifies the name of the help file used by the context-sensitive help of a window.
RichEdit (Property)
The RichEdit property is used to manage the RTF (Rich Text Format) type: of an edit control or Static control found in a window. of a Static control found in a report....
DLNA/UPnP functions
The following WLanguage functions are used to handle UPnP devices...
<Image variable>.DrawShadow (Function)
Adds a shadow effect on an image found in an Image variable].
<Image variable>.DrawHalo (Function)
Adds a halo effect on an image found in an Image variable].
<DateTime type>.ToEpoch (Function)
Converts a local datetime to Epoch format (number of time units since 01/01/1970 at 00h00 UTC)....
DialogAsynchronous (Function)
Displays a non-blocking message box and calls a WLanguage procedure with the value of the button clicked by the user.