ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Project elements
The project includes windows, reports, queries, help files, sets of procedures, ...
apLog (Function)
Saves an information in a "log" file during the execution of an action plan.
XMLRoot (Function)
Positions on the root tag of an XML document.
fExtractResource (Function)
Extracts a resource from the application into a physical device location.
XMLFind (Function)
Performs a search in an XML document.
Copying and cloning
Variables are copied using the "=" operator...
WX file
The "Executable Name".WX file is used to manage some features directly, even if these features have not been included in the application. This file is found beside the executable....
Structure (Type of variable)
A structure is a custom type of data...
Automatic procedures
The programming of timers, threads and delayed procedures is now automatically managed by the environment......
2. Managing a database
WEBDEV Tutorial: My first WEBDEV website Lesson 2 - Managing a database - 30 min
1. HFSQL Client/Server: Implementation
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 1 - HFSQL Client/Server: Implementation - 10 min...
Events associated with List Box controls
List of events associated with List Box controls...
Gantt Chart functions
The following WLanguage functions are used to manage the Gantt charts......
OrgDisplay (Function)
Reinitializes the content of an Organization Chart control from its data source (HFSQL data file for example).
NoteLoadAll (Function)
Imports and displays the repositionable notes of the current window saved beforehand by NoteSaveAll.
sysNotificationButton (Type of variable)
The sysNotificationButton type is used to define all the advanced characteristics of Button control in an interactive notification.
WDAPI: Using the APIs in a WINDEV application
The two most interesting features of WDAPI are......
Manipulating controls in a page
The different operations that can be performed on the page controls are as follows......
HCreation (Example)
Usage example of the HCreation function
Collapsing/Expanding a TreeView control through programming
...To collapse/expand a TreeView control through programming, ......
DiagramUngroup (Function)
Dissociates the different shapes of a group in a Diagram Editor control.
Control templates and inheritance
When a control template is applied to a page or to a window, all controls and code found in the template are "copied" into the page or window......
Manipulating Dashboard controls programmatically
To programmatically manipulate Dashboard controls, WINDEV, WEBDEV and WINDEV Mobile include dashboard-specific functions......
1. Simple layouts
WEBDEV Tutorial - WEBDEV layouts Lesson 1 - Simple layouts - 30 min
ControlCreate (Function)
Creates a new control (of any type) in a window through programming.
Managing the replications of HFSQL servers (Control Center)
The HFSQL Control Center is used to create, configure and manage the replications between HFSQL servers....