ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Types of help systems in a WINDEV application
There are multiple solutions to provide help to the users...
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.
Operating mode of HFSQL application
An HFSQL application can operate in network mode or in Client/Server mode...
AppDetectUPDAvailable (Function)
Disables or customizes the automatic check for available updates.
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...
.NET application
To create a.NET application from a project...
Testing the WEBDEV Application Server setup with an example
Importing a WINDEV window into a Mobile project
The WINDEV windows not having the same format in WINDEV Mobile, WINDEV Mobile gives you the ability to import a WINDEV window into a WINDEV Mobile project......
TableModify (Function)
Modifies a row in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
Automation object
The Automation keyword is used to declare an automation object...
The Multimedia control
The Multimedia control is used to play multimedia files......
Events associated with an Organizer control
The following events are associated with Organizer controls:...
4. Monitor your applications
WLanguage
The integrated WINDEV language, WLanguage, is powerful, simple and intuitive......
Generating a description of a data file from a window or from a page
When you design a quick prototype, you often create windows (or pages) without defining any data files......
Undocking the editors
Who has never wanted to view the code and the UI at the same time, without being constrained by the environment? WINDEV, WEBDEV and WINDEV Mobile allow you to "detach" the editors from the environment of the main window......
ExecuteDelayedProcedure (Function)
Runs a delayed procedure (in the WEBDEV application server).
WaitWindowEnd (Function)
Closes the wait window of application opened by WaitWindowStart.
zipExist (Function)
Used to find out whether an archive exists.
HUnlockRecNum (Function)
Unlocks a record locked by: HLockRecNum, a read function used with a locking parameter (HRead associated with the hLockWrite or hLockReadWrite constant for example)....
User Control Center: Available network applications
The User Control Center is used to list the applications for which a network setup was created......
General options of WINDEV, WEBDEV and WINDEV Mobile
The general options are used to configure the working environment of the product used......
StringEndsWith (Function)
Checks whether a character string ends: with a specific character string. with one of the character strings in an array....
Specific features of the Express version
2. My first window
WINDEV Tutorial: WINDEV overview Lesson 2 - My first window - 30 min
WBAdminAccount (Type of variable)
The WBAdminAccount type is used to define all the advanced characteristics of a WEBDEV account in a WEBDEV Application Server.
The setup editor WDInst
WDInst is a setup editor used to define the setup parameters of your application......
HModifyFileProperty (Function)
Modifies the properties of an HFSQL file located on a server.
Native Informix Connector: Specific features and remarks
Remarks and specific features of Native Informix Connector...
HCreateServerTrigger (Function)
Adds or modifies a server trigger on the HFSQL server.
<Window>.Open (Function)
Opens a modal WINDEV or WINDEV Mobile window.