ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HReadNext (Function)
Sets the position on the next table record according to a browse item.
Array management functions
List of functions for managing arrays...
zipClose (Function)
Closes an archive.
SocketAccept (Function)
Run on the server, this function accepts a request for connecting to an existing socket found on the server.
zipSize (Function)
Returns the size of archive (in ZIP, RAR, CAB, WDZ or 7z format): the size of all compressed files found in the archive. the size of all files found in the archive before compression....
HFreeQuery (Function)
Releases query resources (following use of HExecuteQuery or HExecuteSQLQuery functions).
GPSInitParameter (Function)
Initializes the parameters of geolocation WLanguage functions and finds a location provider.
HashFile (Function)
Calculates the Hash of a file according to a specific algorithm.
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).
zipAddFileList (Function)
Automatically adds and compresses a list of files into a ZIP, CAB, WDZ, 7z, TAR, gzip or TGZ (TAR.GZ) archive.
TestMode (Property)
The TestMode property determines if the Ad control displays a test ad.
HTTPCookieReset (Function)
Deletes all cookies (globally or for a domain) stored: by the calls to HTTPRequest. by the calls to HTTPSend....
Buffer (Type de variable)
The Buffer type corresponds to a binary memory area.
Enqueue (Function)
Adds an element to the queue.
Push (Function)
Pushes an element onto the stack.
Image (Variable type)
The Image type is used to define the advanced characteristics of an image.
ArrayAdd (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of events of gglCalendar, etc.). of a WLanguage list....
Configuring the Project Management Hub
The Project Management Hub allows you to configure......
VariantConvert (Function)
Converts the value stored in a Variant variable].
HTTPRequest (Function)
Starts an HTTP request on a server.
AlternativeText (Property)
The AlternativeTextproperty is used to get and edit the alternative text of controls in a page.
Socket: Creating a client application
A client application of a socket server connects to a standard server in order to exchange information via socket......
Query editor: Characteristics