ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MultitaskRedraw (Function)
Immediately redraws the window controls that will be graphically refreshed.
TableTypeItem (Function)
Checks the existence of an element in a TreeView Table and returns its type (node or leaf) if the element exists.
BurnerCompilationInfo (Function)
Retrieves the characteristics of current compilation.
InAJAXMode (Function)
Specifies whether the code is run from: a process in AJAX mode. a procedure called by AJAXExecute or AJAXExecuteAsynchronous....
Associating documents with the project
To describe a project in detail, you can associate documents with it......
CertificateList (Function)
Returns the list of certificates available on the computer.
sInExitQueue (Function)
Retrieves the number of bytes waiting to be transferred in the output buffer of the specified serial port or parallel port.
HTTPCookieReset (Function)
Deletes all cookies (globally or for a domain) stored: by the calls to HTTPRequest. by the calls to HTTPSend....
HRSDeleteConfig (Function)
Deletes a replication between two HFSQL servers.
Modbus functions
List of Modbus functions...
OrganizerDisplayNextPeriod (Function)
Moves the time area displayed to the next area (next weeks for example) in an Organizer control.
OrganizerDisplayPreviousPeriod (Function)
Moves the time area displayed to the previous area (previous weeks for example) in an Organizer control.
HTTPCookieGet (Function)
Retrieves the cookies read by a call: to HTTPRequest for an HTTP domain. to HTTPSend for an HTTP domain....
Flexbox control properties
You can manipulate Flexbox controls in a page using the following WLanguage properties......
CharactUnicode (Function)
Returns the character corresponding to the specified Unicode code.
MatWrite (Function)
Writes an element into a matrix.
Events associated with Sidebar controls
List of events associated with Sidebar controls...
Events associated with Slider controls
List of events associated with Slider controls in a window...
XMLParent (Function)
Positions on the parent element of current element (tag or attribute).
<Organizer>.DeleteAppointment (Function)
Deletes an appointment from an Organizer control.
grHMGetData (Function)
Retrieves data from a Heatmap chart.
LargeFontFactor (Function)
Returns the current enlargement ratio of a WINDEV window (only if Windows is in "large fonts" mode).
Flex control properties
The Flex control can be handled by the WLanguage properties in server code and in browser code......
Delete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
Mean (Function)
Calculates the mean of several elements: elements found in an array, numeric values, ......