ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Using data from an external database
WINDEV Tutorial - External database Using data from an external database - 40 min
1. Project audits
WINDEV Tutorial: Optimizing a project Lesson 1 - Project audits - 15 min
2. Performance profiler
WINDEV Tutorial: Optimizing a project Lesson 2 - Performance profiler - 15 min
Drawing constants
List of constants used by the drawing functions....
14. Distribute Reports and Queries with your applications
WINDEV Tutorial - Reports and Queries Distribute Reports and Queries with your applications - 10 min
Report based on a TreeView Table control
You can use a report based on a TreeView Table control to directly print the information displayed in a TreeView Table control found......
6. Procedures
WINDEV Tutorial - WLanguage basics Lesson 6 - Procedures - 20 min
Communicating with an SSH server
Secure Shell (SSH) is a secure communication protocol. The exchanged data is secured via encryption keys....
drag-and-drop operation set programmatically
The programmed Drag and Drop is used to entirely manage Drag/Drop between the different types of controls......
8. OOP
WINDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min
WINDEV License Agreement
WINDEV License Agreement...
8. If you are already familiar with WINDEV
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.
SocketConnectSSL (Function)
Used to establish a secure connection to an SSL server.
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.
SocketWrite (Function)
Writes a message intended to another socket.
SocketClose (Function)
Closes a socket or a connection to a server socket.
SocketDeny (Function)
Run on the server, this function refuses a request for connection to an existing socket found on the server.
Information 2102: 'Long' does not exist anymore: the integers are coded on 4 bytes
Events associated with a Slider control (WEBDEV)
WINDEV manages the following events by default (in the order in which they appear in the code editor) for the Linear Slider controls and for the Range Slider controls...
11. Popup page