ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing HFSQL Client/Server applications
The HFSQL Control Center is used to manage the HFSQL Client/Server servers and the HFSQL Client/Server databases......
Synchronizing threads via events
Events can be used to synchronize the different threads of an application......
The "Site directory" pane
The "Site directory" pane is used to manage the "<My project>_WEB" directory of the current project......
Page contexts
In a Windows application, the information relative to a window is stored with the window......
Reverse code modeling
The reverse code modeling allows you to view in a graph......
HFSQL and Docker
Docker is a software platform that allows you to run applications in software containers on Linux (Docker runs like a daemon)......
Remote WEBDEV administrator: Create a WEBDEV account
The management of accounts is accessible in the remote administrator for the server administrator only....
Control Center of WINDEV executables (WDADMINEXE)
When a WINDEV application is installed in network, a program used to remotely check the application executables is automatically created......
The AWP technology (Active WEBDEV Page)
PC SOFT proposes a new technology......
Modifying an external component
An external component created and generated by WINDEV, WEBDEV or WINDEV Mobile can be modified at any time......
WLanguage code coloring
The code editor includes a coloring system for the different elements in WLanguage code....
Constants for WLanguage types
List of constants for managing WLanguage types....
Custom properties (WLanguage)
A custom property is a code element with two events......
Brochure of new features: New WINDEV features
New features in WINDEV 28 presented in the New Features brochure....
4. Managing SMSs
With the WLanguage functions, WINDEV Mobile allows you to......
1. What is the WEBDEV administrator used for
Remote WEBDEV administrator: Saving and restoring a WEBDEV site
The remote management tool is used to manage the backups of your dynamic WEBDEV sites....
Handling a Multiline Zone control programmatically
...A Multiline Zone control can be handled programmatically using the control name....
HFSQL server configuration
The HFSQL Control Center allows you to fully manage HFSQL servers......
Constants for external files
List of constants used by the functions for managing external files....
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......
Modifying an SVG image (XML functions)
SVG (Scalable Vector Graphics) is a vector image format......
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....
Managing dates and times
WINDEV, WEBDEV and WINDEV Mobile propose several methods for managing dates and times in your applications......
How to create an SQL query with a calculation formula?
This help page explains how to create a query with a calculation formula with the query editor....