ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

TimeToString (Function)
Converts a time to a string in the specified format.
InitRandom (Function)
Initializes the generator of random numbers.
fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).
ErrorThrow (Function)
Throw a non-fatal error.
HUpdateLink (Function)
Updates on the server all the links of an HFSQL Client/Server table. Warning: This function is available only from WINDEV Suite SaaS 2025 Update 2. For more details, see Using new features exclusive to WINDEV Suite SaaS 2025....
HCancelAlias (Function)
Cancels an alias that was declared beforehand by HAlias.
HDeactivateFilter (Function)
Temporarily disables the filter on a table (view or query).
DateDifference (Function)
Calculates the number of days between two dates.
ExceptionInfo (Function)
Retrieves information about the current exception.
After (Property)
The After property replaces or inserts a procedure after the other procedures in: a Procedure variable. an event associated with a control....
XMLModify (Function)
Modifies the content of the current element found in the XML document.
Complete (Function)
Returns a character string of a specified length.
MonthNumberInAlpha (Function)
Returns the name of the month according to its number.
MemLast (Function)
Sets the position on the last element of memory area and returns the value of this element.
iBorder (Function)
Prints a border at specified coordinates.
dbgOnError (Function)
Defines the WLanguage procedure that will be called whenever an error is detected by a dbgCheckXXX function.
CheckUserIDentity (Function)
Checks the identity of the current user using biometric authentication.
Type (Property)
The Type property gets and sets the type of an element.
WorkingHourStart (Property)
The WorkingHourStart property is used to get and change the start time of working hours used: by an Organizer control. by a Scheduler control. by a Gantt Chart column (in a Table or TreeView Table control)....
WorkingHourEnd (Property)
The WorkingHourEnd property is used to identify and change the end time of working hours used: by an Organizer control. by a Scheduler control. by a Gantt Chart column (in a Table or TreeView Table control)....
Use (Function)
Opens a WINDEV window and closes all the other windows that were opened beforehand.
The email structure
The email structure is a preset structure of WLanguage (no declaration is required)......
xmlAttribute (Type of variable)
The xmlAttribute type is used to handle the attributes of a node in an XML document.