ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Validating a page other than the current page
In some cases, you may have to propose the validation of a page via a button (or a link) found in a different frame......
Manipulating a Layout control programmatically
A Layout control can be......
FontBold (Property)
The FontBold property is used to: Determine if the text is bold. Change the weight of the text....
TableInfoXY (Function)
Returns for a given position in a Table or TreeView Table control (coordinates of a control point): the name of the column displayed for the specified position. the index of the row or column for the specified position....
OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
TableExpandAll (Function)
Expands: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....
WDTestSite: Creating a scenario
To create a scenario, the following elements must be installed on the current computer......
Interactive notification management constants
Interactive notification management constants...
geoGetAddress (Function)
Retrieves an address or a list of addresses corresponding to the description of a geographic location.
EmulateInput (Function)
Performs an input by emulation in a control while checking whether this control is an editable control.
LOOP statement
The statement block is repeated endlessly...
The Web Camera control
...The Web Camera control is used to view a file that is refreshed at regular time intervals....
ProgressBarColor (Property)
The ProgressBarColor property is used to get and change the progress color in the following controls and elements: Progress Bar control, Progress Bar column, Progress Bar cell, infinite Progress Bar control....
IntegerToMonthInAlpha (Function)
Returns the name of the month that corresponds to the specified date (this date is an integer).
ExeInfo (Function)
Retrieves the specified information about the version of an executable or DLL.
Supercontrol
A supercontrol is an advanced type of control......
Compile (Example)
Usage example of the Compile function
2. First tests
WINDEV Mobile Tutorial: My first Android/iOS application Lesson 2 - First tests - 1 hr...
HDeclare (Function)
Declares a description of data file (found in an analysis) in the current project.
TitleImage (Property)
The TitleImage property is used to get and/or change the image displayed next to the title of a column in a Table control....
Scanner (Type of variable)
The Scanner type is used to handle the information from a scanner.
dCopyScreenImage (Function)
Copies the screen content to an Image variable or to an Image control.
XMLExecuteXPath (Function)
Executes an XPATH query: in an XML document. in an xmlDocument variable....
SocketAccept (Function)
Run on the server, this function accepts a request for connecting to an existing socket found on the server.
SQLExec (Function)
Names and runs an SQL query.