ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Navigation Bar control properties
A Navigation Bar control found in a page can be handled in WLanguage by the following properties......
<Image variable>.DrawRectangleGradient (Function)
Draws a rectangle in an Image variable.
<Image>.DrawRectangleGradient (Function)
Draws a rectangle in an Image control.
zipSplit (Example)
Usage example of the zipSplit function
TableGiveParent (Function)
Returns the "parent" of an element in a TreeView Table control.
JSONValid (Function)
Checks the validity of a JSON string.
FBStartSession (Function)
Used to authenticate and log in to Faceboook.
iOS specific buttons
WINDEV Mobile includes several standard Apple buttons......
ListModify (Function)
Modifies an element in a List Box, ListView or Combo Box control populated programmatically.
AssistedInputAdd (Function)
Adds a row to the list of values available in the autocomplete suggestions of an Edit control.
grSunburstGetData (Function)
Retrieves a numeric value from a Sunburst chart.
dModifyHSL (Function)
Modifies the hue, the saturation and the lightness of an image found: in an Image control, in an Image variable....
How to create an SQL query with a calculation formula?
This help page explains how to create a query with a calculation formula with the query editor....
Error 23: No END statement is associated with this WHILE
SexagesimalToDecimal (Function)
Returns the decimal angle corresponding to a sexagesimal angle.
ConnectionTimeout (Property)
The ConnectionTimeout property is used to manage the connection timeout.
FinCurrentVal (Example)
Usage example of the FinCurrentVal function
FinFutureVal (Example)
Usage example of the FinFutureVal function
Compile (Example)
Usage example of the Compile function
Certificate
The Certificate keyword can correspond to...
HDescribeConnection (Function)
Describes a new connection to an external database.
JSONToVariant (Function)
Converts a JSON string to a Variant variable.
Managing WebSockets
The WebSockets are used to communicate from a Web application (Intranet or Internet site run in a browser) to a Web server by using sockets......
ExceptionThrow (Function)
Artificially triggers the security mechanism of WLanguage by throwing an exception.
DDEError (Function)
Returns the runtime status report of a DDE function.