ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Dynamic site: Persistent session
For a dynamic WEBDEV site, when starting the site (site called from a browser), a session representing the site is loaded in memory on the server...
Site testing: the different types of tests available
WEBDEV includes multiple methods for testing your sites...
Managing short URLs automatically
For the standard dynamic sites (with context), the access to the site can be done via a "standard" URL:
Specific page for displaying the site errors
If an error occurs in the dynamic WEBDEV website, a standard error page is displayed by default. This page informs the Web user of the error that occurred in the site.
Refreshing the page data
In a dynamic WEBDEV site, the page data is refreshed during a user action...
Differences according to the test mode of a dynamic project
The test of a dynamic project can be run...
Testing a dynamic project from the administrator
Running the test from the WEBDEV administrator (WDAdmin) is used to check ...
The different types of sites
WEBDEV enables you to create static sites and/or dynamic sites...
Testing a dynamic project (session or AWP mode) from WEBDEV
The test of the entire project allows simulating the startup of the site...
Android Widget windows
An Android application can contain one or more Widget windows......
Compilation statement: IF ExecutionTarget
The <IF ExecutionTarget> compile statement allows you to compile or not compile a WLanguage code depending on the execution target.
4. Windows with search
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 4 - Windows with search - 30 min
WDHFDiff - Use
WDHFDiff is used to compare......
fDate (Example)
Usage example of the fDate function
DashMode (Function)
Opens or closes the Dashboard control edit mode.
CharactType (Function)
Returns information about the type of character.
HPrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.
StringDelete (Function)
Deletes: all the occurrences of a substring within a string. part of a string within another string. The part of the string to remove is identified by its position and length....
Communicating with an SSH server
Secure Shell (SSH) is a secure communication protocol. The exchanged data is secured via encryption keys....
mongoDatabase (Type of variable)
The mongoDatabase type is used to define the characteristics of a database for a MongoDB server.
FontCreate (Function)
Creates a font definition.
Use (Function)
Opens a WINDEV window and closes all the other windows that were opened beforehand.
1. Creating pages
WEBDEV Tutorial: My first WEBDEV website Lesson 1 - Creating pages - 10 min
fDateTime (Example)
Usage example of the fDateTime function
The "Column" charts
The data is interpreted as "columns" whose height is proportional to the value of data......
1. WLanguage
WINDEV Tutorial: WLanguage basics Lesson 1 - WLanguage - 5 min
HashString (Function)
Calculates the Hash of a character string according to a specific algorithm.
8. Sharing a project in practice
17. TLS/SSL: Encrypting information on the Web
Ping (Function)
Checks whether a network address can be reached by using the ICMP protocol (similar to the PING network utility).
SocketAccept (Function)
Run on the server, this function accepts a request for connecting to an existing socket found on the server.
grInfoXY (Function)
Returns information about the series found at a specific chart point.
HOnServerCall (Function)
Customizes the management of message display on the client computer and the management of disconnection from a client computer.
grType (Function)
Identifies or modifies the type of chart.