ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

URLEncode (Function)
Encodes a URL with a sub-set of ASCII characters.
MenuUnMark (Function)
Removes the checkmark displayed in front of the menu option (popup menu or drop-down menu).
Creating the skin template of a report
StackInfo (Function)
Retrieves the characteristics of a stack: types of elements and number of elements.
QueueInfo (Function)
Retrieves the characteristics of a queue: types of elements and number of elements.
dEncrustColor (Function)
Encrusts a color in an image found in an Image variable.
InSeconds (Property)
The InSeconds property is used to convert a Duration variable to seconds.
InMilliseconds (Property)
The InMilliseconds property is used to convert a Duration variable to milliseconds.
LooperDeleteSelect (Function)
Deletes the selected rows from a Looper control.
Lower (Function)
Converts all characters in a string to lowercase according to the region settings defined in Windows.
MatReadColumn (Function)
Reads the value of all the elements found in a matrix column.
WinInitialized (Function)
Used to find out whether the "end of initialization" code was run for a window.
WDOptimizer: Optimizing indices
WDOptimizer includes multiple modes to optimize indices......
SaaSConnectedUser (Function)
Returns the user currently connected via SaaSConnect.
OpenChild (Example)
Usage example of the OpenChild function
Registry management functions
List of functions for managing the registry...
MenuIsMarked (Function)
Used to find out whether a checkmark is displayed in front of a menu option (popup menu or drop-down menu).
MenuState (Function)
Identifies the state of a menu option (context menu or drop-down menu): active, inactive or invisible.
H.TemporaryDirectory (Variable)
Allows you to force the directory used to store the temporary files when reindexing the HFSQL data files.
InsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
ArrayAdd (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of gglCalendar events, ...). of a WLanguage list....
Managing the HFSQL contexts in the windows and in the reports
An HFSQL context contains information relative to the data used......