ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Software license agreement
ERR_DISCONNECTED_UPDATE
The home page
The home page is the first page of your site......
Setup in MSI format
You have the ability to create a setup program in MSI standard......
The Context Menu control (WEBDEV)
Context menus are often used in websites......
Constants for managing arrays
List of constants used by the functions for array management....
The Peeling Corner control
The "Peeling Corner" control is used to create a visual effect in a page by presenting an image partially covered by another one......
The Organization Chart control
The Organization Chart control is used to represent elements in a hierarchical way. For example: the contributors of a company according to their position. the different branches of a group with their inter-dependencies. the different steps of a manufacturing process, ......
RedisExecuteCommand (Function)
Executes a command on a Redis server and retrieves the result.
RedisGet (Function)
Gets the value of a key from a Redis server as a string.
<redisConnection>.Get (Function)
Gets the value of a key from a Redis server as a string.
<redisConnection>.ExecuteCommand (Function)
Executes a command on a Redis server and retrieves the result.
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application with the executable......
Setup mode
Several methods can be used to distribute a WINDEV application......
Creating a delete query
A delete query (corresponding SQL statement......
Controls that can be moved in a page
WEBDEV proposes two modes for moving controls in a page......
Creating and handling an item
The main operations that can be performed on an item are as follows......
<Source>.CompareItem (Function)
Compares two values by sorting them according to the specified HFSQL index item: all the sort options specified for the item are taken into account (sensitivity to the case, to the punctuation, sort direction, Unicode language, ...).
SSL: Secure transactions with WEBDEV
When using an Internet application, the data circulating between the computer of the Web user and the Web server is not protected......
AJAX: Overview
The AJAX technology is available in native mode in WEBDEV and in the PHP sites developed with WEBDEV......
Code coverage
The code coverage is the measure regarding the coverage of tests run on an application or site......
Check: Log of a WEBDEV site
The monitoring robot will retrieve the log of the day for a WEBDEV application on the associated FTP server......
Access rights to a class property: special cases
The retrieval and assignment processes can be public, private or protected. The access rights of the property correspond to the less restrictive rights of the two processes....
Select query description window: Use
Let's see some operations specific to the description window of a select query......
HCompareItem (Function)
Compares two values by sorting them according to the specified HFSQL index item: all the sort options specified for the item are taken into account (sensitivity to the case, to the punctuation, sort direction, Unicode language, ...).