ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Page>.Refresh (Function)
Refreshes a page displayed in the user's browser from the context on the server....
PageFooter (Property)
The PageFooter property gets and sets the height of a page footer.
HFSQL and Docker
Docker is a software platform that allows you to run applications in software containers on Linux (Docker runs like a daemon)......
ERR_NO_TABLE
Validating a page from a control that has no action on the server (List Box control, Combo Box, etc.)
By default, the validation of a page must be performed by a "Send the values of controls to the server (Submit)" button......
Setup of the WEBDEV Application Server for Linux
Utilisation dans la classe _edthymlStylePolice - Accès en Lecture + Ecriture - Type : Tous types
Executable: Project backup
At the end of the executable creation wizard, WINDEV proposes to automatically make a backup of the sources of your project......
Configuring the "Relative duration" mask (date and time in natural language)
WINDEV, WEBDEV and WINDEV Mobile propose to use a "Relative duration" display mask for the Date controls......
Testing an iOS application on a mobile device
When developing an application for iOS (iPhone or iPad), WINDEV Mobile allows you to test the application being developed without having to recompile it on Mac, but directly on the iPhone or iPad......
iLink (Function)
Adds a link to a URL address into the HTML page currently printed.
Looper control functions (prefix syntax)
List of Looper control functions (prefix syntax)...
ContextOpen (Function)
Opens a new page context without returning the information to the browser.
OpenContextMenu (Function)
Automatically opens a context menu for the current control, window or page.
DocInfoXY (Function)
For a given position in a Word Processing control (coordinates of a control point), returns one of the following: the number of the corresponding page, the corresponding X-position (in mm), the corresponding Y-position (in mm)...
Anchor (Property)
The Anchor property sets the anchors of a control in a window, page or report.
Site Map control properties
List of properties associated with a Site Map control...
Using offline sites
WEBDEV allows you to specify that a site or a set of pages can operate in off-line mode (without an Internet connection)....
ContextMenu (Property)
The ContextMenu property is used to: Get the custom context menu of a control, window or page. Change the custom context menu of a control, window or page (or associate another context menu). Customize the system menus of the controls by adding options....
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....
WDMap: Exporting records from a data file
WDMAP allows you to export records to......
Alignment options
To optimize the alignment of controls in a window, page or report, you have the ability to use the alignment options......
ControlExist (Function)
Checks the existence of a control (or group of controls) in a window, in a page or in a report.
ParentObject (Function)
Identifies the "parent" of a graphic object: control, column, window, page, ...
Keywords (Property)
The Keywords property is used to get and modify the keywords associated with a page.
Page in Session mode: Populating controls after a long process
In a web application, you may need to run long processes (for example, to update counters......