ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Types of Edit controls
Email management functions
List of functions for managing emails...
XMLToText (Function)
Converts a character string in XML format into a standard character string.
UploadCopyFile (Function)
Saves on the server a file "uploaded" by the Web user. This upload may have been performed: via an "Upload" edit control. via a single-file or multi-file Upload control....
Creating an automatic help
The Automatic Application Features (AAF) allow you to add features to your application without having to write a single line of code......
EmulateMouse (Function)
Simulates a mouse event (left click, right click, double click, ...).
BrowserPlatform (Function)
Returns the user's browser platform....
FolderImageWidth (Property)
The FolderImageWidth property is used to get and change the folder image width in TreeView and TreeView Table controls.
ModbusReadFloat (Function)
Reads one or more single-precision floats from a Modbus slave, starting at a specific address.
Constants for managing Map controls
Constants for managing Map controls...
Kanban control events
The following events are associated with Kanban controls......
Comparing the project messages
The comparison between source and target text helps you find translation errors......
ModbusConnectTCP (Function)
Connects a client to a Modbus server via transmission control protocol (TCP).
3. Multi-criteria search
WINDEV Tutorial: WINDEV application: Managing data Lesson 3 - Multi-criteria search - 40 min
HChangePassword (Function)
Changes the password of an HFSQL Classic or HFSQL Client/Server data file....
Installing an application server
There are several steps to install the WEBDEV Application Server on a Linux server......
BrowserType (Function)
Returns the type of browser used by the Web user.
PreviousPage (Function)
Returns the name of the previous page.
Spreadsheet: Using the ribbon
The ribbon of the Spreadsheet control proposes several features and it allows you to define several settings......
WDBal messaging: Writing a message
WDBal, the secure messaging provided with WINDEV, WEBDEV and WINDEV Mobile, allows you to easily write a message......
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
Creating help pages
A help system includes several pages......
End of Document block
The End of document block is run once at the end of the report execution......
Installing a SOAP server with Apache
2. Analysis in practice