ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Delete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
Constants for managing emails
List of constants used by the functions for managing emails....
Scanner (Type of variable)
The Scanner type is used to handle the information from a scanner.
Project dashboard
The project dashboard provides an overall view of project status via different widgets.......
Single Page App
A "Single Page App" is a Web application (Internet or Intranet) whose all pages are grouped in a single page......
MenuIsMarked (Example)
Usage example of the MenuIsMarked function
GglListContactByRequest (Function)
Retrieves a list of contacts from custom parameters.
GglRequest (Function)
Sends a communication request (HTTP request) to a Google service.
User Groupware (WINDEV and WEBDEV): Options and settings
An application is often intended to be used by several users connected via a network......
Search in SCM history
The search in the history allows you to perform an advanced search in the history of operations performed in the SCM......
zipMerge (Example)
Usage example of the zipMerge function
SysInstance (Function)
Returns the instance of a module.
Events associated with a Sliding Banner control
WEBDEV manages the following events by default (order of appearance in the code editor)...
FileToArray (Function)
Fills an array of classes or structures with the content of an HFSQL data file or query.
JSONToVariant (Function)
Converts a JSON string to a Variant variable.
ExecuteMainThread (Function)
Triggers the execution of the procedure specified in the main application thread.
Mean (Function)
Calculates the mean of several elements: elements found in an array, numeric values, ......
AutomaticEvent (Type of variable)
The AutomaticEvent type is used to manage an automatic event.
ManualEvent (Type of variable)
The ManualEvent type is used to manage a manual event.
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
PunctuationSensitive (Property)
The PunctuationSensitive property is used to determine if punctuation characters (comma, period, etc.) are taken into account in the different searches performed on the item (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
ExceptionThrow (Function)
Artificially triggers the security mechanism of WLanguage by throwing an exception.
NoSpace (Function)
Returns a string after removing the spaces: from the left and right side of the initial string. within the string....
Upper (Function)
Converts all characters in a string to uppercase according to the region settings defined in Windows.
DateValid (Function)
Checks the validity of a date between January 01 0001 and December 31 9999.