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...
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......
HDeleteScheduledBackup (Function)
Deletes a scheduled backup from an HFSQL Client/Server server....
DeleteColumn (Function)
Deletes a column at a given position from the advanced array property (array of gglCalendar events, etc.).
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......