ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

NotifDeleteCategory (Function)
Deletes a notification category from the application.
ConsoleWrite (Function)
Writes a character string in the standard output stream "stdout" (also called "console").
ConsoleError (Function)
Writes a character string in the standard error output stream "stderr".
ConsoleRead (Function)
Reads a string in the standard input stream "stdin".
AppleSignIn (Function)
Used to implement authentication via "Sign In with Apple" on devices running on iOS 13 and higher.
VibrationStop (Function)
Stops the vibrations of the device (even if they have been triggered by another application).
Generating and deploying 64-bit applications
WINDEV allows you to automatically generate and install a 64-bit application.
Table, List Box and Combo Box controls bound to queries
A Table, List Box or Combo Box control can be used to display the content of a data file or query......
NoteTitle (Property)
The NoteTitle property is used to: Get the title of the notes used in the technical documentation of a control, window, page or report. Change the title of the notes used in the technical documentation of a control, window, page or report....
Positioning table
Positioning the elements in a page is simplified by the use of a positioning table (HTML table)......
Printing duplicate copies
For legal reasons, it may be useful to keep an identical copy of a report (an invoice for example)....
WEBDEV administrator: Overview
The WEBDEV administrator is a module used to manage the dynamic WEBDEV sites......
Testing a dynamic project from a test server
Before deploying your dynamic WEBDEV site, we recommend that you run the final tests from a test sever......
HTransactionList (Function)
Returns the list of current or interrupted transactions on the server for the specified connection.
Feedback component
The Feedback component is a component provided with WINDEV......
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:...
MobileNetworkConnectionInfo (Function)
Returns information regarding the current connection to data on the mobile network.
Reverse modeling of inheritances
Your windows or your pages use window, page or control templates, and you want to find out the dependencies between these templates? Simply perform a reverse modeling of inheritances......
SCM: Migrating projects
When changing the version of the development tool, the projects found in the SCM must be migrated to this new version......
Telephony functions
List of telephony functions...
Conditions for using the Ad control
The Ad control is using the AdMob SDK....
CertificateLoad (Function)
Loads a certificate from a file or a buffer.
Providing an image per DPI
On mobile, when displaying images, each device has its own physical size and its own graphic resolution......
5. User Groupware in practice
fSeek (Example)
Usage example of the fSeek function