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...
"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...
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites...
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...
History of versions
The history of setup versions is an advanced feature of the network setup...
Steps to develop an application
This diagram presents the different steps for developing an application with WINDEV...
Project Management Hub: Managing tasks
The Project Management Hub allows you to define the different tasks assigned to each project contributor......
XMLSave (Function)
Saves an XML document in a file.
<Thread variable>.Wait (Function)
Waits for the end of the execution of the specified thread.
XMLData (Example)
Usage example of the XMLData function
rssInitialize (Function)
Loads a RSS stream in memory.
StringToTime (Function)
Converts a time in character string format to a time in HHMMSSCC format that can be used by a Time variable].
MemCount (Function)
Returns the number of elements found in a memory zone.
Insert (Function)
Inserts an element at a given position: into a one-dimensional WLanguage array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
ServiceStop (Function)
Stops a service.
XMLAddChild (Function)
Adds a child tag into an XML document.
<Thread>.SendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.
SysIconAdd (Function)
Adds a system tray icon (in the lower-right corner of the screen).
HSetServer (Function)
Used to find out and modify some settings of HFSQL Client/Server server....
HTransactionInterrupted (Function)
Used to find out whether a transaction was interrupted (the transaction was neither validated nor canceled).
TableDeleteWithAnimation (Function)
Deletes a row from a Table control, from a TreeView Table control (or from a table displayed in a Combo Box control) with an animation.
XMLCancelSearch (Function)
Cancels the search performed by XMLFind.
TelemetryConfigure (Function)
Gets and sets the telemetry settings.
DateTimeToEpoch (Function)
Converts a local datetime to Epoch format (number of time units since 01/01/1970 at 00h00 UTC)....
MemDelete (Function)
Deletes an element from a memory zone.
iAreaHeight (Function)
Calculates the height of a fixed-width area required to print the entire text that uses the current font.
iReset (Function)
Reinitializes the print settings (margins, font, paper format, orientation, ...) stored in the print library.
ServiceStart (Function)
Starts a service.
SQLExec (Example)
Usage example of the SQLExec function
Modulo (Reserved word)
Returns the remainder of a division.
CompleteDir (Function)
Adds a backslash to the end of a string, if necessary.