ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Integrating a WEBDEV site into a WINDEV application
By integrating a website into a window in a desktop application, you can share existing elements and boost productivity...
Types of help systems in a WINDEV application
There are multiple solutions to provide help to the users...
"About" window
The "About" window is used to display and access various information about the current application...
"?" menu
WINDEV proposes a help menu adapted to your applications...
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites...
FAA: Did you know?
Our surveys show that end users love AAFs (Automatic Application Features) and that these AAFs increase their satisfaction and efficiency when using the applications...
History of versions
The history of setup versions is an advanced feature of the network setup...
Steps to develop an application
This diagram presents the different steps for developing an application with WINDEV...
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, ...