ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

LOOP statement
The statement block is repeated endlessly...
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
iOS 14 widget windows
An iOS application with an iOS widget configuration can contain one or more iOS 14 widget windows......
Describing the report blocks
The different characteristics of a block can be viewed and/or modified in the description window of this block......
UncompleteDir (Function)
Removes the '/' or '\' characters from the end of a string, if necessary....
The "dynamic" Tab control
The "Dynamic tab" Tab control is used to display several windows in the same window......
dbgEndMemoryDiff (Function)
Saves a memory dump containing the memory resources that have been allocated and that have not been freed since the previous call to dbgStartMemoryDiff.
StoreFilterAAF (Property)
The StoreFilterAAF property is used to determine and specify if the filters set by the user on a Table or TreeView table control are saved when an application is closed and opened again.
WithZoom (Property)
The WithZoom property is used to specify and to determine whether the user can zoom in and out: in an HTML Display control in Android, iPhone or iPad applications. in a Map control in Android, iPhone or iPad applications....
MapDisplayArea (Function)
Moves the map displayed in the Map control so that the specified geographic area can be seen in its entirety.
SendMessage (Function)
Sends a Windows message to a control or to a window.
The Word Processing control
The "Word processing" control is an advanced control that allows the end user to create and edit documents in docx format......
The Sliding Banner control
The Sliding Banner control is used to display several contents successively, either automatically, or further to an action performed by the Web user......
Installing WINDEV, WEBDEV or WINDEV Mobile
This chapter presents the configuration required to install WINDEV, WEBDEV or WINDEV Mobile as well as the different steps of setup......
NotesActivateView (Function)
Indicates the view that must be handled in Lotus Notes.
Anchored move on the main axes
To facilitate the positioning of controls, you have the ability to force their move according to the four main axes (0°, 45°, 90°, 135°)....
LoadImageSheet (Function)
Loads an image set in memory so that it can be used later by gImage.
AnsiToOem (Function)
Converts an ANSI string (Windows) to an OEM string (DOS).
SocketCreateInfrared (Function)
Creates a socket that uses the infrared port.
AndroidActivityResultProcedure (Function)
Allows you to specify the procedure to be called to get the result returned by a third-party Activity.
KanbanDisplay (Function)
Refreshes a Kanban control or a card in the Kanban control.
OemToAnsi (Function)
Converts an OEM string (DOS) to an ANSI string (Windows).
StringDisplay (Function)
Returns a specific string (or a buffer) to the client browser in response to a request.
The Layout control
The Layout control simplifies the implementation of dynamic UIs where controls are displayed and/or hidden programmatically......
CommandLine (Function)
Identifies and retrieves the different elements of the command line passed as a parameter to the current program.
pdfBookmark (Type of variable)
The pdfBookmark type is used to define all the advanced characteristics of a bookmark in a PDF document.
Managing actions with Undo/Redo
WINDEV allows you to easily manage the Undo/Redo feature in your applications with the ActionXXX functions......