ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Operating mode of HFSQL application
An HFSQL application can operate in network mode or in Client/Server mode...
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.
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...
AppDetectUPDAvailable (Function)
Disables or customizes the automatic check for available updates.
.NET application
To create a.NET application from a project...
Handling a report (in the editor)
Once a report was created, the description of this report can be modified at any time......
Contact (Type of variable)
The Contact type is used to define the advanced characteristics of a contact found in the phone book.
SourceName (Property)
The SourceName property is used to: Get the name of the report data source. Change the report data source....
SysTheme (Function)
Returns the current theme used on the mobile device.
Parallel task management functions
The following functions are used to manage parallel tasks...
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......
RegistrySetValue (Example)
Usage example of the RegistrySetValue function
RegistryCreateKey (Example)
Usage example of the RegistryCreateKey function
mlGetVariable (Function)
Retrieves the value of a variable for the MATLAB session.
mlSetVariable (Function)
Writes the value of a variable for the MATLAB session.
MultimediaClose (Function)
Closes the media file currently played in the Multimedia control.
PDFReaderSeekFirst (Function)
Initializes the search for a text in a PDF file displayed by the PDF Reader control and positions on the first occurrence found (from the current page).
CheckAllTrue (Function)
Returns True if all the elements of an array are True.
CheckAllFalse (Function)
Returns True if all the elements of an array are False.
SysDirStorageCard (Function)
Returns the path of the root directory of the primary external storage space.
fDirRename (Function)
Renames a directory.
CheckAnyTrue (Function)
Returns True if at least one element of an array is True.
CheckAnyFalse (Function)
Returns True if at least one element of an array is False.
ErrorReset (Function)
Resets the detection of non-fatal errors: The result of ErrorInfo is reset. The ErrorOccurred variable returns to False....
SNMPCloseSession (Function)
Closes an SNMP session.
SysIconDelete (Function)
Deletes an icon from the taskbar (next to the clock).
<zipArchive variable>.AddFileList (Function)
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it.
SchedulerDisplayPreviousPeriod (Function)
Moves the time area displayed on the previous area (previous weeks for example) in a Scheduler control.
SchedulerDisplayNextPeriod (Function)
Moves the time area displayed on the next area (next weeks for example) in a Scheduler control.
TestError (Function)
Provokes: an assertion during the test of element or project (Go mode). an error in automated test mode....