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...
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites...
Steps to develop an application
This diagram presents the different steps for developing an application with WINDEV...
"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...
.NET application
To create a.NET application from a project...
AppDetectUPDAvailable (Function)
Disables or customizes the automatic check for available updates.
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...
WDInst: set directory for tables and User Groupware files
The setup editor WDInst ("Tools...
History of versions
The history of setup versions is an advanced feature of the network setup...
NbReceived (Property)
Returns the number of parameters actually received by a procedure.
MyFile (Reserved word)
In a trigger, MyFile is used to identify the file that activates the trigger...
SourceFile (Property)
The SourceFile property is used to set the characteristics of a link.
SpreadsheetClose (Function)
Closes the XLSX document that was opened by SpreadsheetLoad.
Round (keyword)
The Round keyword can correspond to...
Infinite Progress Bar control
Progress bars provide useful information to the end user......
DeleteColumn (Function)
Deletes a column at a given position from the advanced array property (array of gglCalendar events, etc.).
HDeleteScheduledBackup (Function)
Deletes a scheduled backup from an HFSQL Client/Server server....
HModifyScheduledBackup (Function)
Modifies a backup scheduling.
Handling a TreeView Table control programmatically
This page explains how to program TreeView Table controls......
Comment (Property)
The Comment property is used to manage comments.
FOR EACH/FOR ALL statement (browse of associative arrays)
The FOR EACH statement is used to perform different types of browse on the associative arrays...
WebserviceWriteHTTPHeader (Function)
Adds an additional HTTP header to a request of a REST Webservice.
RETURN statement
The RETURN statement is used to exit a statement block and the current process (or procedure).
fCompress (Function)
Compresses a file.
KeySize (Property)
The KeySize property is used to set the characteristics of a text memo key item.
NbArrayElement (Property)
NbArrayElement is used to configure the number of elements in an array item.
HDeleteScheduledOptimization (Function)
Deletes a scheduled optimization task from HFSQL Client/Server data files....
grWaterfallColor (Function)
Indicates the color for a type of category in a Waterfall chart.
Binary (Property)
The Binary property is used to determine if an item is binary.
NbComponent (Property)
The NbComponent property is used to get the number of elements in a composite key.
SQLListSource (Function)
Lists the data sources declared on a local site.
HSeek (Function)
Positions on the first record of the data file whose value for a specific item is greater than or equal to a sought value (generic search by default).
Link (Property)
The Link property is used to get and change the link of an element.
Looper control based on a data file
This type of Looper control uses data from a data file or query......