ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Question edit wizard
When typing a new message intended to the end user, WINDEV or WINDEV Mobile automatically displays the following window......
Events associated with a Rich Text Area control
WEBDEV manages the following events by default (order of appearance in the code editor)......
New Features brochure - Version 27: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure....
Applying the Responsive Web Design mode to an existing page
This help page explains how to apply the Responsive Web Design mode to an existing WEBDEV page......
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......
Functions for managing queues, stacks and lists (prefix syntax)
List of functions for managing the queues, the stacks and the lists...
Queue, stack and list management functions
List of functions for managing the queues, the stacks and the lists...
Modeling editor: Managing the styles
The modeling editor proposes an advanced management of styles......
<Queue variable>.Info (Function)
Retrieves the characteristics of a queue: types of elements and number of elements.
<Stack variable>.Info (Function)
Retrieves the characteristics of a stack: types of elements and number of elements.
<List variable>.Info (Function)
Retrieves the characteristics of a WLanguage list: types of elements and number of elements.
StackInfo (Function)
Retrieves the characteristics of a stack: types of elements and number of elements.
QueueInfo (Function)
Retrieves the characteristics of a queue: types of elements and number of elements.
ListInfo (Function)
Retrieves the characteristics of a WLanguage list: types of elements and number of elements.
Analysis associated with a project
When a WINDEV, WEBDEV or WINDEV Mobile project uses data files, it must be associated with an analysis......
Extracting the text of the project
The following text can be extracted......
4. When to use the debugger?
<Popup>.Display (Function)
Displays a popup in a page with a DDW effect (Dim Disabled Windows).
fMemExist (Function)
Checks the existence of a shared memory zone.
8. If you are already familiar with WINDEV
Non-maximized windows in iOS
A non-maximized window can occupy a section of the screen only......
PopupDisplay (Function)
Displays a popup in a page with a DDW effect (Dim Disabled Windows).
Animation of Mobile windows
In the mobile applications, the different screens of the application are displayed via a small animation: display from the right and the top, ... WINDEV Mobile allows you to configure this display mode of your windows in your mobile applications....
CaptionHTML (Property)
The CaptionHTML property is used to handle the text of a control as HTML code.
VariableReset (Function)
Resets the variable to its initial value.