ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Custom-Notes
The custom-notes allow you to write down any ideas you want to remember, notes you must not forget, ......
Positioning on a line in an edit control (AAF)
Several methods can be used to automatically position the edit cursor on a specific line in an edit control:...
Tips for an application that uses the User Groupware
To simplify the configuration of user groupware according to the users, the controls should be organized in groups of controls......
Mobile-friendly website: available methods
WEBDEV includes several page creation methods that allow you to create mobile-friendly websites......
New Features brochure - Version 28: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
Creating the menus for the pages of the WEBDEV RAD pattern
Animating a Static control
Two methods can be used to animate a Static control......
Drawing constants
List of constants used by the drawing functions....
Local procedure
Two types of procedures are available......
5. Unit tests
Unit tests (also called automated tests) are used to test windows, procedures and classes in an application at different levels of development......
Project elements
The project includes windows, reports, queries, help files, sets of procedures, ......
ComponentInfo (Function)
Returns information about a component.
The ListView control
The ListView control is used to display a list of graphic elements (images, logos, etc....
The Word Processing control
The "Word processing" control is an advanced control that allows the end user to create and edit documents in docx format......
Custom tooltips
Tooltips are very useful for application users......
Edit options of a report
The report editor allows you to......
The Cube control
The Cube control is a mobile layout control that automatically performs rotations around the different axes......
5. Site test in practice
ArrowStart (Function)
Sets the position of the source end of an arrow in a "Shape" control.
ArrowEnd (Function)
Sets the position of the target end of an arrow in a "Shape" control.
HTMLToRGB (Function)
Converts the HTML color into RGB color.
RGBToHTML (Function)
Returns the HTML color corresponding to the RGB color.
SocketAccept (Function)
Run on the server, this function accepts a request for connecting to an existing socket found on the server.
SocketWaitForConnection (Function)
Run on the server, this function is used to wait for a connection request coming from the client sockets.
Debugging in Android
All developers appreciate the possibility to debug an application directly on the device......