ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

OpenSister (Function)
Opens a non-modal sibling window.
iXPos (Function)
Used to manage the horizontal position (X-coordinate) of print cursor in the page.
iYPos (Function)
Used to manage the vertical position (Y-coordinate) of print cursor in the page.
16. Application test in practice
The Multimedia control
The Multimedia control is used to play multimedia files......
TableAddColumn (Function)
Adds elements on the right of an Horizontal Table control.
Remote WEBDEV administrator: Configuration of a Webservice or a WEBDEV site in Session mode
To view the configuration of a specific Webservice or WEBDEV site in Session mode from the remote administrator:...
MapDisplayPosition (Function)
Centers the map displayed in a Map control on a geographical position or on a specific location.
How to create an SQL query with a calculation formula?
This help page explains how to create a query with a calculation formula with the query editor....
How to create an SQL query to filter records?
This help page explains how to create an SQL query to filter records....
Password (Property)
The Password property can be used: on the edit controls (or on the text table columns) to find out whether the control is a "Password" control or to modify the "Password" type of the control. on the connections (HFSQL Client/Server, OLE DB, etc.) to define the password of the user who uses the connection....
Metatypes in the analysis
A metatype is a combination of characteristics of an item and a bound control......
Description of an Organizer control (control of a window)
The Organizer control can be configured in the editor via the description window ("Details" tab)......
WDScript: use in interactive mode
In interactive mode, the WDScript editor is divided into several areas......
RequestRefreshUIElement (Function)
Requests the execution of the "Request for refreshing the display" event of the specified element (and gives back control without waiting for the execution of the event).
Advanced types
The advanced types of WLanguage are as follows...
4. Windows with search
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 4 - Windows with search - 30 min
Using objects
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
TableMode (Function)
TableMode is kept for backward compatibility.
Environment of code editor
fCacheDir (Function)
Returns the path of directory that will be used to store the data in cache on the internal storage space of application.
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
DateValid (Function)
Checks the validity of a date between January 01 0001 and December 31 9999.
rssEnclosure (Type of variable)
The rssEnclosure type is used to describe and handle the attachment of an entry of RSS stream...
Extension procedure
By using extension procedures, you can add your own WLanguage procedures to different types of variables (string, date, color etc.)......