ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FileToURI (Function)
Saves the contents of a file to a resource identified by its URI.
BTLEDisconnect (Function)
Used to disconnect from a Bluetooth Low Energy device.
zipAddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.
HDBCreation (Function)
Ends the description of the structure of an xBase data file through programming.
STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...
ShellExecute (Function)
Opens a document in its associated application.
Font (Property)
The Font property is used to Get the identifier of the font used in a control in a report, page or window. Change the font used in a control in a report, page or window....
Managing the SNMP protocol
SNMP (Simple Network Management Protocol) is the standard protocol for managing the network devices......
Common project
Projects are often cross-platform......
WinAdaptHeight (Function)
Adapts the window height to the content of controls.
WinAdaptWidth (Function)
Adapts the window width to the content of controls.
Managing the groups and users (HFSQL Client/Server)
To simplify the management of users and groups of users, the HFSQL Client/Server engine uses several variables allowing you to easily define the characteristics of groups and users......
PVTListPositionHeader (Function)
Returns all values associated with a row or column header in a Pivot Table control.
BufferToURI (Function)
Saves the contents of a buffer to a resource identified by its URI.
Managing connections
WINDEV, WEBDEV and WINDEV Mobile propose different methods for describing a connection......
HTTPRequest (Function)
Starts an HTTP request on a server.
StatusBarAddCell (Function)
Adds a new cell to the status bar of the current window.
ContactAdd (Example)
Usage example of the ContactAdd function
Creating a WINDEV SOAP Server application
The SOAP Server application is an application containing all the procedures to run......
TableEnumColumn (Function)
Returns the name of a column found in a Table or Treeview Table control.
TreeExpandAll (Function)
Expands a node and all its child elements in a TreeView control.
Encrypt (Function)
Encrypts a character string in binary format or in ASCII format.
TableCount (Function)
Returns: the number of columns found in a Table or TreeView Table control. the number of rows found in a Table or TreeView Table control....
13. External component in practice
External component in practice...
12. External component in practice