ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Automatic error handling
Error handling can be customized for each process...
<DateTime type>.ToReal (Function)
Converts a date and time to an 8-byte real.
MaskZipCode (Function)
Retrieves the zip code input mask adapted to a given country.
WLanguage procedure called by SocketConnect
WLanguage procedure written in browser code ("callback"), called by SocketConnect.
PVTCompareDateRange (Function)
Calculates and displays a date range comparison in a Pivot Table control.
<Date type>.ToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
<Pivot table>.CalculateUpdate (Function)
Updates some of the data found in a Pivot Table control from a given date.
<String type>.Split (Function)
Extracts all the substrings from a character string based on one or more string separators.
StringDeleteDuplicate (Function)
Removes duplicates among substrings of a string, based on one or more separators.
InWebSocketServerGlobalServiceMode (Function)
Indicates if the current code is being executed on the global service of the WebSocket server.
<Source>.SetPosition (Function)
Sets the position on a record, based on the approximate position of one of its items.
GOTO statement
The GOTO statement is used to run a code identified by a given label...
BrowserClose (Function)
Closes the current browser window and stops the execution of the current code.
CurrentPage (Function)
Returns the name of the page containing the WLanguage code currently run.
ScriptExecute (Function)
Calls an external script (.asp or .php) and returns the result in a string.
TypeVar (Function)
Identifies the type of an expression, a variable (during a call to a procedure for example) or a control.
DateToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
DateTimeByDefault (Function)
Used to define the default value of Date, Time and DateTime variables.
HSetCache (Function)
Used to configure the management of caches in the HFSQL Client/Server engine....
HSetPosition (Function)
Sets the position on a record, based on the approximate position of one of its items.
iSkipPage (Function)
Generates a page break: the corresponding code is sent to the printer queue.
<Kanban list>.PositionList (Function)
Allows you to scroll through a list of a Kanban control to display a specific card.
<Ansi string type>.DeleteDuplicate (Function)
Removes duplicates among substrings of a string, based on one or more separators.
KanbanPositionList (Function)
Allows you to scroll through a list of a Kanban control to display a specific card.
kbCard (Type of variable)
The kbCard type defines all the advanced characteristics of a card in a Kanban control.
WLanguageCodeGetCSSDeclarations( Function)
Returns the CSS style sheet corresponding to a theme in the WLanguage code.