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...
SysRecentDocAdd (Function)
Adds a file into the list of recently opened documents.
KeyExpression (Example)
Usage example of the KeyExpression property
Using Kotlin code
Kotlin is a programming language mainly used for Android development......
Scheduler control: Customize appointments
In the Scheduler control, the appointment is displayed in a specific area......
fCopyFile (Example)
Usage example of the fCopyFile function
IntegerToMonthInAlpha (Function)
Returns the name of the month that corresponds to the specified date (this date is an integer).
MemKeyVal (Function)
Returns the value (added or modified by MemAdd or MemModify) of the current element in a memory zone.
XMLClose (Function)
Closes an XML document created by XMLDocument.
MemAdd (Function)
Adds an element to a memory area.
ErrorRestoreParameter (Function)
Restores the error process of a process.
ExceptionRestoreParameter (Function)
Restores the exception process of a process.
iSkipPage (Function)
Generates a page break: the corresponding code is sent to the printer queue.
InitialValue (Property)
The InitialValue property is used to get and/or change an initial value....
SQLModify (Example)
Usage example of the SQLModify function
HListCustomFolder (Function)
Returns the list of Custom-Folders (also called groups) defined in the analysis.
Print functions
List of print functions...
Code snippets
The code editor allows you to enter "Code snippets"......
ErrorChangeParameter (Function)
Configures the automatic behavior that will be implemented if an error occurs in the current process.
StringFormat (Function)
Formats a character string according to the selected options.
EmailGetIndicator (Function)
Retrieves the indicators defined on an email of IMAP session.
HDeleteBackup (Function)
Deletes a backup previously created with HBackup.
BufferToReal (Function)
Extracts a real from a binary buffer at a given position.
MemSort (Function)
Sorts the elements found in a memory zone.
iSkipLine (Function)
Forces one or more line break.
zipAddDirectory (Example)
Usage example of the zipAddDirectory function