ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

5. User Groupware in practice
Menus and menu options: Tips & Tricks
This page presents some operations specific to the menus and to the menu options......
Installing version 2024
Cherche les éléments d'un noeud HTML correspondant à une balise....
Pinned control in a window
A pinned control remains visible even if the user moves the scrollbar of the container to display a non-visible area......
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes....
Binding controls to data
A window or page can display information from......
Environment of the window editor
The main elements of window editor are as follows:
Environment of the report editor
Environment of the report editor...
LEDSwitchOff (Function)
Switches the LED (Light-Emitting Diode) of the device off.
VibrationTrigger (Function)
Triggers the vibrations of the device.
VibrationStop (Function)
Stops the vibrations of the device (even if they have been triggered by another application).
LEDSwitchOn (Function)
Switches the LED (Light-Emitting Diode) of the device on.
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.
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......
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)....
HTransactionList (Function)
Returns the list of current or interrupted transactions on the server for the specified connection.