ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

IWListDelete (Function)
Deletes an internal window found in the list of internal windows browsed by an Internal Window control.
HDeleteView (Function)
Deletes a previously created view. This function uses the former view mechanism.
SpeechSynthesisReadText (Function)
Reads the specified text using the device's text-to-speech engine....
RequestRefreshUIElement (Function)
Requests the execution of the "Request for refreshing the display" event of the specified element (and gives back control without waiting for the execution of the event).
<Array>.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....
The "Bubble" charts
A bubble chart shows the correlation between three variables via bubbles of different sizes: categories and values on the X and Y axes and an additional parameter. The size of the bubble indicates the value of this third parameter.
The "Area" charts
The Area chart is used to highlight the amplitude of a change......
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
HActivateServerTrigger (Function)
Re-enables a server trigger that was disabled by HDeactivateServerTrigger.
SocketDeny (Function)
Run on the server, this function refuses a request for connection to an existing socket found on the server.
HCloseConnection (Function)
Closes a connection to a database.
HDeactivateServerTrigger (Function)
Disables a HFSQL Client/Server server trigger on a server....
HRecordToJSON (Function)
Retrieves the structure and value of the current record and exports them into a string in JASON format.
HInfoDatabaseRights (Function)
Allows you to find out the rights granted to a user or to a group on a database.
<Connection variable>.AddTask (Function)
Adds a scheduled task on the server defined by the connection.
ToClipboardRTF (Function)
Writes a character string in RTF format into the clipboard.
CertificateCheckFileSignatureFile (Function)
Checks the correspondence between a signature and a file. The signature was kept as an external file.
Android: The different types of notifications
Android proposes several types of notifications to inform the user......
ClipboardUnicode (Function)
Returns the text found in the clipboard in Unicode format.
ScrollbarMaxPosition (Function)
Retrieves the maximum position of one of the horizontal or vertical scrollbars found in a control of a WINDEV application.
redisResponse (Type of variable)
The redisResponse type makes it possible to define all the advanced characteristics of a response received by RedisExecuteCommand or RedisPipelineGet.
<Chart>.HMColor (Function)
Specifies the colors of different values in a Heatmap chart.
<Chart>.HMCaptionX (Function)
Modifies the caption of a category on the X-axis of a Heatmap chart.
<Chart>.HMCaptionY (Function)
Modifies the caption of a category on the Y-axis of a Heatmap chart.
<Chart>.HMDeleteColor (Function)
Deletes the colors specified by grHMColor from a Heatmap chart.