ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

NetDirList (Function)
Lists the directories and the files found: on the FTP server (File Transfer Protocol) or on the RPC server (Remote Procedure Call) powered by WINDEV, on the client computer. This function is kept for backward compatibility....
Password (Property)
The Password property can be used: on the edit controls (or on the text table columns) to find out whether the control is a "Password" control or to modify the "Password" type of the control. on the connections (HFSQL Client/Server, OLE DB, etc.) to define the password of the user who uses the connection....
Retrieving the coordinates of a click in a clickable image
If the click action of the image is set to "Server call", you can get the click coordinates when the image is clicked in the browser......
Guide organization
Organization of WINDEV Concepts...
9. Sharing a project in practice
Sharing a project in practice...
CursorEnd (Property)
The CursorEnd property gets and sets the end position of the mouse selection range in the following controls: Edit control. Editable Combo Box. "Edit control" table column and "Editable Combo Box" table column. Word Processing control....
Window for quick selection
You are searching for a project element? You only know part of its name? Press [CTRL]+[E] to open the quick selection window......
Handling a WinForm .Net control through programming
8. "Mobile friendly" site: Dynamic serving
Report based on a query
Queries are used to easily select records in one or more data files......
Drag and Drop from the explorer
The Drag and Drop from the explorer consists in selecting one or more files in the Windows explorer and in transferring them into a control of a WINDEV window......
14. Unit tests/Automated tests
Creating an executable: Language of the executable
When creating the executable, you have the ability to choose the languages that will be included in the executable......
WDAPI: Converting a declaration of C function or structure
WDAPI is used to convert a declaration of C function or structure into a declaration of WLanguage function or structure......
3. Managing sockets
WINDEV includes advanced socket management functions....
Count (Function)
Returns the number of occurrences of a control in a window, in a page or in a group of controls.
Cursor (Property)
The Cursor property is used to get and change the position of the mouse cursor in one of the following controls: Edit control. Editable Combo Box. "Edit control" table column and "Editable Combo Box" table column. Word Processing control. HTML Editor control....
Toast constants
Automatic error handling
Error handling can be customized for each process......
Constants for test
List of constants used by the functions for managing automated tests....
The Scrollbar control
...The Scrollbar control is used to scroll objects (text, captions, etc....
Interface checker
The advanced interface checker is a tool used to harmonize the positioning of controls in the different application windows......
Camera control: decoding bar codes
In iOS and Android, bar codes can be decoded via the Camera control using BCCapture......
Handling PDF Reader controls programmatically
A PDF Reader control can be handled through programming......
Clipping the window according to an image
An image can be used to easily define the shape of a window......