ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Operating mode of HFSQL application
An HFSQL application can operate in network mode or in Client/Server mode...
Managing custom fonts in a WINDEV or WINDEV Mobile project
Both WINDEV and WINDEV Mobile projects support custom fonts, including Google Fonts...
Activating an application or a site
When distributing an application or a site, you may want to offer both a full version and a limited version...
RestartProgram (Function)
Ends the application and restarts it.
Locking an application
WINDEV gives you the ability to lock your applications (after a specific duration for example)...
WDInst: set directory for data files and User Groupware files
The setup editor WDInst ("Tools...
AppDetectUPDAvailable (Function)
Disables or customizes the automatic check for available updates.
.NET application
To create a.NET application from a project...
WEBDEV Page control properties
The following properties are associated with WEBDEV Page controls ......
AnsiToOem (Function)
Converts an ANSI string (Windows) to an OEM string (DOS).
OemToAnsi (Function)
Converts an OEM string (DOS) to an ANSI string (Windows).
AnimationPlay (Function)
Plays an animation when a control, a group of controls or a window is modified.
Constants for the assisted replication
List of constants used by the functions for the assisted replication....
zipAddFile (Function)
Adds a file (of any type) into an archive in CAB, ZIP, WDZ and 7z, TAR or TGZ (TAR.GZ) format and compresses it.
Timer (Function)
Periodically and automatically calls a WLanguage procedure.
ProgressBar (Function)
Displays a progress bar in the status bar of current window.
Remote WEBDEV Administrator
The remote management tool, that can be run from any computer equipped with an Internet browser, is a module used to ......
The Captcha control
The "captcha" are the distorted texts that the Web user must decode and re-enter in a site before validating a form....
ControlExist (Function)
Checks the existence of a control (or group of controls) in a window, in a page or in a report.
Stored procedures and queries (HFSQL Client/Server)
The stored procedures are used to simplify the development and the maintenance of your applications by factorizing the code......
ERR_BAD_COMMANDLINE
ERR_BAD_COMMANDLINE error...
How to develop a PHP site?
What is a PHP site?......
Combo Box and List Box controls: Automatic features (AAF)
The List Box and Combo Box controls can benefit from several AAFs......
ERR_ALREADYCONNECTED
Reverse modeling of inheritances
Your windows or your pages use window, page or control templates, and you want to find out the dependencies between these templates? Simply perform a reverse modeling of inheritances......
Enlarging a window
Modern UIs generally use larger windows and larger fonts in the different controls......
InAWPMode (Function)
Used to determine if the page currently run is an Active WEBDEV Page.
How Session mode pages work
WEBDEV includes several types of pages to create dynamic sites......
Automatic context menu for the Scheduler controls
Each Scheduler control found in a window proposes a menu to the user....
Context menu of Organizer controls (AAF)
Each Organizer control found in a window proposes a menu to the user......
WLanguage functions available in PHP
Some WLanguage functions are not available in PHP......
iNewLine (Function)
Prints a line (in Windows standard, with a rounded end) at specified coordinates.
EnumElement (Function)
Used to enumerate the project elements: windows, pages, reports, queries, ...