ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fMemWait (Function)
Waits for the end of process about the notifications of modification of a shared memory area.
<Menu>.Add (Function)
Adds an existing popup menu to the main menu of the current window.
MenuAdd (Function)
Adds an existing popup menu into the main menu of the current window.
<Window>.OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
Animation of controls
WINDEV and WINDEV Mobile allow you to animate the controls found in a window......
Flexbox example: ratios to distribute available space among controls
In a flexbox container, you can define ratios for the different controls so that they take up a given amount of space......
Token (Property)
The Token property is used to manage the different tokens associated with a "Text token" Edit control.
11. Table/Looper controls
Table/Looper controls can be used to display a set of information......
ControlFindTextPrevious (Function)
Finds and selects the previous element corresponding to the sought text in a window or control.
DocPositionTopPage (Function)
Returns the position of the first character in a given page in a Text Processing control.
<Connection variable>.RetrieveLog (Function)
Creates a text file containing the server logs between two given dates.
7. Debugger
WINDEV Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
XMLValidNode (Function)
Validates an XML node, its children and its attributes from its description in the XSD schema linked to the XML document.
<TreeView>.TypeItem (Function)
Checks the existence of an element in a TreeView control and returns its type (node or leaf) if the element exists.
<TreeView Table>.TypeItem (Function)
Checks the existence of an element in a TreeView Table and returns its type (node or leaf) if the element exists.
<xmlNode variable>.ValidNode (Function)
Validates an XML node, its children and its attributes from its description in the XSD schema linked to the XML document.
TreeTypeItem (Function)
Checks the existence of an element in a TreeView control and returns its type (node or leaf) if the element exists.
Debugging functions
List of debugging functions...
gpwOpenConnection (Function)
Opens a connection to a specific Client/Server database to manage the files of user groupware in Client/Server mode....
The "Browser" pane
When a WINDEV, WEBDEV or WINDEV Mobile element (analysis, query, ......
Editable reports
The report editor can be used to create form reports, which include different controls allowing users to enter data......
Source (Property)
The Source property can be used on: a Chart control: in this case, the Source property is used to get the source of the series: Table column, list of values, ... a connection: in this case, the Source property is used to get or set the source of a connection (HFSQL Client/Server, OLE DB, etc.)....
The Radio Button control
The Radio Button control is a control allowing the user to select an option among several ones......
WDTestSite: Creating a scenario
To create a scenario, the following elements must be installed on the current computer......
InfoAsynchronous (Function)
Displays a non-blocking custom message in a system information window.