ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

RGBBlue (Function)
Returns the blue component of an RGB color.
HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.
Mean (Function)
Calculates the mean of several elements: elements found in an array, numeric values, ......
SocketClientInfo (Function)
Allows the server to get information about the current client socket.
Options for generating the HTML pages
The options for generating the HTML pages in a WEBDEV project can be defined......
WithSpace (Function)
Adds or deletes the spaces found on the right of a text item when reading it.
geoPosition (Variable type)
The geoPosition type is used to handle geographic positions via WLanguage geolocation functions.
ArraySeekByProcedure (Function)
Seeks an element in a one-dimensional WLanguage array by using a comparison procedure.
RealToDateTime (Function)
Converts an 8-byte real to a date and time.
RGBGreen (Function)
Returns the green component of an RGB color.
RGBRed (Function)
Returns the red component of an RGB color.
ThreadEnd (Function)
Ends the execution of the current thread.
ArraySort (Function)
Sorts a WLanguage array.
OpenContextMenu (Function)
Automatically opens a context menu for the current control, window or page.
Queue (Type of variable)
A Queue variable is a structured type that groups a set of elements of the same type.
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
iCreateFont (Function)
Creates a new print font.
HReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
Designing a supercontrol
A supercontrol is an advanced type of control......
ThreadState (Function)
Returns the current status of a thread.
The options of the User Groupware
An application is often intended to be used by several users connected via a network......
Error handling WLanguage procedure called by zipExtractDirectory
WLanguage procedure ("Callback") called if an error is encountered when extracting files with zipExtractDirectory.