ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Dynamic audit
The dynamic audit of an application analyzes its runtime performance......
Using the Control Centers in Client/Server mode
All the Control Centers provided with WINDEV, WEBDEV and WINDEV Mobile use the same database......
Internal component
An internal component is a set of elements from a project......
Creating the Relation windows of a WINDEV RAD pattern
List of constants used by the functions for managing menus....
Description of a WEBDEV element style
This window allows you to describe a CSS style that will be used for the controls of your WEBDEV project......
Changing the window content with a swipe gesture
The mobile devices propose several features available via finger movements......
Automatic AJAX
The diagram below illustrates how AJAX is automatically implemented in a WEBDEV website......
5. User Groupware in practice
Various constants
List of various constants used by the constants WINDEV functions....
Assisted universal replication through programming
The assisted replication through programming is used to implement a replication on an existing application while controlling the synchronization in the application itself......
HCreationIfNotFound (Function)
Performs the following operations: If the table doesn't exist, create an empty table (file with ".FIC" extension) with the index file, the full-text index file and the memo file if necessary. The function is equivalent to HCreation. If the table exists, opens the table....
MVP RAD
WINDEV proposes an MVP RAD that generates the "table" and "form" windows as well as the necessary Presenter and Model classes......
2. User-friendly editors in practice
User-friendly editors in practice...
SQL selection conditions
To specify the selection conditions in an SQL query, you can use......
Currency + Euro type
In a WINDEV application or in a WEBDEV site, the Euro must be managed in all the controls used to enter or display currency values......
SendKey (Function)
Simulates the keystrokes and the mouse actions.
How to develop a PHP site?
What is a PHP site?......
1. Application overview
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 1 - Application overview - 10 min
7. Multilingual websites in practice
Returns an array without duplicates....
Associative array (Variable type)
An associative array is an "advanced" type of array...