ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HSetCache (Function)
Used to configure the management of caches in the HFSQL Client/Server engine....
<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.
<Pivot table>.CalculateUpdate (Function)
Updates some of the data found in a Pivot Table control from a given date.
HSetPosition (Function)
Sets the position on a record, based on the approximate position of one of its items.
HDBDescribeFile (Function)
Describes a file in dBase3 format (most common format) through programming.
iSkipPage (Function)
Generates a page break: the corresponding code is sent to the printer queue.
Diagram Editor control events
WINDEV manages the following events by default (in the order in which they appear in the code editor) for the Linear Slider controls and for the Range Slider controls...
<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.
Error 103: The type is unknown
Events associated with the Conference control
List of events associated with a Conference control...
Events associated with the Pivot Table control