ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

NetMachineName (Function)
Returns the name of the local computer or the name of a computer whose IP address is known (reverse DNS resolution).
NetClientSendMessage (Function)
Sends a message from the server to all the connected client computers. This function is kept for backward compatibility....
NetClientMessageBox (Function)
Displays a dialog box on each client computer connected to the server. This function is kept for backward compatibility....
NetMsgError (Function)
Returns the error message corresponding to the error number returned by NetOpenRemoteAccess and NetCloseRemoteAccess.
TableDelete (Function)
Deletes a row from: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
StreamConnect (Function)
Connects a stream (and the associated control) to a specific address.
StreamAccept (Function)
Associates a stream connection request with a Conference control.
StreamReject (Function)
Refuses a request for stream connection.
StreamStop (Function)
Stops receiving or broadcasting a type of data in a stream.
StreamPlay (Function)
Resumes the reception or the emission of a data type in a stream.
Examples for using the OLE DB provider for HFSQL
1. Testing a site: Elements to be tested
Project configuration
Project configurations allow you to adapt the same project to multiple "targets"......
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data......
How to manage a multi-selection in a List Box control?
This help page explains how to manage a multi-selection in a List Box control....
3. Debugger