ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....
Programming a WEBDEV drop-down menu
Once the drop-down menu of your site is created, all you have to do is associate an action with each menu option......
The Looper control: Custom synchronization
How to manage the synchronization between: the page displayed in the browser. This page contains a Looper control that displays the records found in an HFSQL file. the corresponding page context found on the server....
Principle for running threads
At runtime, an application runs in a main thread......
AnimationDuration (Property)
The AnimationDuration property is used to know and define the length of time an animation takes to complete one cycle: in a Chart control. This duration is set to 30 hundredths of a second by default. in an infinite Progress Bar control. This duration is set to 200 hundredths of a second by default. in an Image Gallery Looper control....
Opening, closing and saving a query
The query editor allows you to easily handle the queries....
Managing ports (serial ports, parallel ports, USB ports, etc.)
Several devices can be managed directly via a management of the ports used by these devices to communicate with the computer......
Project Management Hub: Managing tasks
The Project Management Hub allows you to define the different tasks assigned to each project contributor......
Selecting the keywords associated with a page
The keyword selection window allows you to select the keywords to be associated with a help page......
5. User Groupware in practice
Including a supercontrol in a window or in a page
Requirement
To manage the project development lifecycle, the Project Management Hub allows you to set requirements......
2. Types of setup
Types of setup...
Metatypes in the analysis
A metatype is a combination of characteristics of an item and a bound control......
<Source>.CreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
2. Examples provided with WINDEV
The examples provided with WINDEV are intended to help you learn the features of WINDEV....
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows......
Creating nested reports
Displaying a page in a WEBDEV site
Displaying a new page in a WEBDEV site can be done according to several methods......
Frequently asked questions about Automatic Update
Frequently asked questions about the update search mechanism....
Analyzing dependencies and orphan images
To help you manage the navigation of the Web users in your sites, an advanced feature for analyzing the dependencies and the orphan images is available in WEBDEV......
Dynamic Island
One major feature of the latest iPhone is the Dynamic Island, which transforms the black notch into a widget......
HFSQL Control Center: Open an analysis
The HFSQL Control Center allows you to fully manage an analysis......
Context menu of TimeLine controls
By default, TimeLine controls contain a context menu....