ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableColumnSelect (Function)
Returns the column number corresponding to one of the columns selected in the Table control. This function is kept for backward compatibility. It is recommended to use TableSelect.
NotificationDisplay (Function)
Displays a message outside the browser.
MemLast (Function)
Sets the position on the last element of memory area and returns the value of this element.
TreeView Table control based on a data file
This type of TreeView Table control is linked to a data file or query......
TableColumnSelectOccurrence (Function)
Returns the number of selected columns found in a table. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
Interactive notification management constants
Interactive notification management constants...
sRead (Function)
Reads a character string in the entry buffer of the specified serial port.
NoteLoadAll (Function)
Imports and displays the repositionable notes of the current window saved beforehand by NoteSaveAll.
NoteCreate (Function)
Creates a Repositionable Note control in the curernt window through programming.
BackgroundTaskAdd (Function)
Adds a new background task.
ToastDisplayPopup (Function)
Displays a popup page during a given duration in order to display a "Toast" message.
iPrintReport (Function)
Prints a report created with the report editor.
MemPrevious (Function)
Positions on the element found before the current element of a memory zone and returns the value of this element.
DriveDeleteDirectory (Function)
Deletes a directory (and the files it contains) on an Drive (remote disk).
sWrite (Function)
Writes a character string to the output buffer of the specified serial port, parallel port or infrared port.
WinSlidingVisible (Function)
Displays or hides a sliding window (sliding menu).
WinEdCreateNote (Function)
Creates a Repositionable Note control.
Creating a .NET assembly from WINDEV
To create a.NET assembly, ......
The Drawer control
The Drawer control can be expanded in order to display (or not) the integrated controls......
How to include the SESAM VITALE services?
From version 18 of WINDEV, the import of webservices includes the necessary tools to allow the consumption of secure Webservices used to manage the Sesam Vitale cards......
Search in the editors
Being able to perform a search in the editors significantly improves efficiency......
System constants
List of constants used by the system functions....
Opacity (Property)
The Opacity property is used to get and define the opacity percentage for a window, or for controls in a window or page.
ProfilerEnd (Function)
Stops "collecting data" for the performance profiler.
fSeek (Example)
Usage example of the fSeek function