ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

JSONToVariant (Function)
Converts a JSON string to a Variant variable.
GglAnalyticsAddEvent (Function)
Adds an event in Google Analytics
RegistryExist (Function)
Checks the existence of a key in the Windows registry.
docParagraph (Type of variable)
The docParagraph type is used to handle the characteristics of a paragraph in a DOCX document.
ArrayAddSorted (Function)
Adds an element to a one-dimensional WLanguage array taking into account: the sort criteria defined by ArraySort the comparison operator described in the class, if the elements of the array are class instances....
WDSQL: Running an SQL query
WDSQL is used to run all the SQL queries created by WDSQL......
TableEnableFilter (Function)
Implements a user filter on a column found in a Table or TreeView Table control.
HBackward (Function)
Moves backward several records from the current position in the data file, according to a specified item.
Programming overview in C and C++
Functions for managing menus (prefix syntax)
List of functions for managing menus...
dSaveImageJPEG (Function)
Saves an image: in a JPEG file. in memory....
ControlVisible (Function)
Makes a control (or a group of controls) visible in a window. During this operation, an animation can be performed on the controls.
gpwConnectUser (Function)
Connects a user to the User Groupware.
ExceptionThrow (Function)
Artificially triggers the security mechanism of WLanguage by throwing an exception.
DecimalToSexagesimal (Function)
Returns the sexagesimal angle (in base 60) corresponding to a decimal angle.
Runtime error management functions
List of functions for managing runtime errors...
XMLResult (Function)
Returns the result of a calculation XPath query.
ByAddress (Property)
The ByAddress property is used to determine if a procedure parameter was passed by address.
<Table>.Sort (Function)
Sorts a Table or TreeView Table control on one or more columns (lexicographical sort).
<Connection variable>.RestoreBackup (Function)
Used to restore: an immediate backup (performed by HBackup or via the HFSQL Control Center), a scheduled backup (described by HAddScheduledBackup or via the HFSQL Control Center....
StringEndsWith (Function)
Checks whether a character string ends: with a specific character string. with one of the character strings in an array....
Before (Property)
The Before property replaces or inserts a procedure before the other procedures in: a Procedure variable. an event associated with a control....
InitRandom (Function)
Initializes the generator of random numbers.
StringToDuration (Function)
Converts a duration in character string format to a duration that can be used by a Duration variable.
MatExist (Function)
Checks the whether the matrix exists in memory.