ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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......
WebSocketClientConnect (Function)
Establishes a connection between the client and a WebSocket server.
DescribedDirectory (Property)
The DescribedDirectory property is used to manage the physical directory of HFSQL files.
LooperDisplay (Function)
Refreshes a Looper control based on a data file from a given position: the modifications performed in the linked file are applied to the looper.
HTTPTimeOut (Function)
Sets the timeout for WLanguage functions that use the HTTP protocol (HTTPRequest, SOAPExecute, DotNetExecute, J2EEExecute, etc.).
XMLSave (Function)
Saves an XML document in a file.
ControlExist (Function)
Checks the existence of a control (or group of controls) in a window, in a page or in a report.
TrustedCertificateAdd (Function)
Adds a certificate to the list of trusted root authorities used to validate certification strings.
HDeactivateServerTrigger (Function)
Disables an HFSQL Client/Server server trigger on a server....
5. The following files are automatically created
CurrentWin (Function)
Identifies the window currently in edit.
HActivateServerTrigger (Function)
Re-enables a server trigger that was disabled by HDeactivateServerTrigger.
HWatch (Function)
Trigger monitoring of write actions (add, modify or delete) performed on a table present on an HFSQL server. In case of modification, a specific procedure can be triggered.
WiFiStatus (Function)
Returns the current activation status of Wi-Fi on the device or asks to be notified when the activation status of Wi-Fi changes.
NumberInWords (Function)
Converts a number to words.
HSortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view mechanism.
zipNbFile (Function)
Returns the number of files found in an archive (in CAB, RAR, ZIP, WDZ or 7z format).
fSaveBuffer (Function)
Creates and fills a text file with the content of a string or buffer variable.
URLDecode (Function)
Decodes an encoded URL (which means with characters in %xx format).
iRoundBorder (Function)
Prints a border with rounded outlines at specified coordinates.
zipCurrentFile (Function)
Returns the name of the archived file currently handled by the functions for adding and extracting files.
Overview of HFSQL Cluster
HFSQL Cluster is a database server intended to be deployed on several servers......