ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HConnectionQuality (Function)
Returns the quality level of connection: the higher the level is, the faster the connection will be.
<Menu>.AddURLOption (Function)
Adds a new option after the last option of a drop-down or context menu. This menu option opens the page that corresponds to the specified URL.
The Radio Button control
The Radio Button control is a control allowing the user to select an option among several ones......
PopupDisplayPage (Function)
Displays a WEBDEV page as a popup in the current page with a DDW (Dim Disabled Windows) effect.
MenuAddURLOption (Function)
Adds a new option after the last option of a drop-down or context menu. This menu option opens the page that corresponds to the specified URL.
<Page>.Use (Function)
Displays a WEBDEV page in the browser of the Web user and closes all the current page contexts.
Showing passwords (AAF)
By default, in password controls, characters are replaced with dots......
CharactType (Function)
Returns information about the type of character.
Dynamic audit
The dynamic audit of an application analyzes its runtime performance......
RETURN statement
The RETURN statement is used to exit a statement block and the current process (or procedure).
How to create two linked cascading tables?
This help page explains how to create two linked cascading Table controls in a window or page....
Information about a control found in a window or in a page
The window editor and the page editor allow you to get information about the controls used....
ChangeAction (Function)
Used to specify the action to perform when the HTML page displayed in the browser is no longer synchronized with the page context on server.
fAttribute (Function)
Returns or modifies the attributes of a file.
Opening a help file (CHM, HTML or PDF)
There are several ways to open a help file......
PageInitialization (Function)
Resets to zero (or not) the controls found in the current page and starts the events for initializing the controls and the page.
The Static control
A Static control is a control used to display a static text......
fDirAttribute (Function)
Returns or modifies the attributes of a directory.
Tab order in a window, a page, etc.
The tab order of the controls found in a window or in a page describes the order in which the controls take focus in a window when the user presses the [Tabulation] key......
SysDir (Function)
Returns the path of a system directory.
MDL file (kept for backward compatibility): Pattern description
The MDL file is the file used to generate a RAD window......
<Page>.DisplayPopup (Function)
Displays a WEBDEV page as a popup in the current page with a DDW (Dim Disabled Windows) effect.
iCloudKeyValueExist (Function)
Checks if there is a key in an Apple iCloud-based container of "key-value" pairs.
PageUse (Function)
Displays a WEBDEV page in the user's browser and closes all page contexts currently open on the server....
Using objects
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......