ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Use WebSockets with the WebSocket server
The WebSocket protocol provides a communication channel over a TCP socket for browsers and Web servers......
The different types of windows
The following types of windows can be created in a WINDEV application......
16. Protecting access to the site: passwords
6. Multilingual applications
Configuring the Apache server (1.3.x and 2.0.x)
WEBDEV Development: Configuring the Apache 1.3.x or 2.0.x server for the CGI protocol and for the WEBDEV sites....
Stored procedures and queries (HFSQL Client/Server)
The stored procedures are used to simplify the development and the maintenance of your applications by factorizing the code......
<DiskFile variable>.Read (Function)
Reads: a block of bytes (characters) in an external file (ANSI or Unicode), the content of an external file (ANSI or Unicode) and assigns it to a memory area....
State-transition diagram
A state-transition diagram presents a sequence of states that an object goes through during its lifecycle......
Running the test of a static project
The test of the entire project allows simulating the startup of the site......
Installing an application: single-user or network setup?
WINDEV proposes several types of setup for a WINDEV application......
grAxisTitleFont (Function)
Modifies the font used for the titles of the chart axes.
The Captcha control
The "captcha" are the distorted texts that the Web user must decode and re-enter in a site before validating a form....
9. Monitor your sites, servers, etc.
Creating an application that manages the Euro
The method for creating an application supporting the switch to the Euro is as simple as the method for creating a WINDEV application....
CalendarSelectCount (Function)
Returns the number of days selected in a Calendar control.
grAxisVisible (Function)
Configures how the axes are displayed in Line or Column charts.
<Calendar>.SelectCount (Function)
Returns the number of days selected in a Calendar control.
<Chart>.AxisVisible (Function)
Configures how the axes are displayed in Line or Column charts.
Installing Android development tools
To develop Android applications with WINDEV Mobile, you must install......
<Chart>.AxisTitleFont (Function)
Modifies the font used for the titles of the chart axes.
InHours (Property)
The InHours property is used to convert a Duration variable to hours.
InMinutes (Property)
The InMinutes property is used to convert a Duration variable to minutes.
InSeconds (Property)
The InSeconds property is used to convert a Duration variable to seconds.
InMilliseconds (Property)
The InMilliseconds property is used to convert a Duration variable to milliseconds.
SQL : ORDER BY clause: Organizing the result of a query
The ORDER BY clause is used to sort the records selected by an SQL query......