ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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......
<Window>.FromFile (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Describe a WEBDEV style
This window enables you to describe the WEBDEV style that will be used for the controls of your WEBDEV project......
Manipulating Diagram Editor controls programmatically
In WINDEV and WEBDEV, you can handle Diagram Editor controls programmatically......
<Source>.ToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
PageFromSource (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
INIRead (Function)
Reads the content of an INI file (or the content of a file structured like .INI files).
SelectionIfReadOnly (Property)
The SelectionIfReadOnly property is used to determine and specify if the content of an Edit control can be selected when in read-only mode.
Reports & Queries: Specific features
This help page presents the specific features of "Reports & Queries" (which means the user version of report editor) ......
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......
Handling an internal component
An internal component is a set of elements from a project......
ERR_BAD_ACTION
4. Activating a dynamic WEBDEV site
Deploying a WEBDEV site to a remote WEBDEV Application Server or WEBDEV Cluster
Installing a WEBDEV site (in Session or AWP mode) on a remote Application Server requires......
MenuAddOption (Function)
Adds a new option after the last option of a drop-down or context menu.
Handling a Repositionable Note control through programming
A Repositionable Note control can be handled through programming......
User Groupware and files accessed via a Native Connector
An application that works with the User Groupware can be used with a database handled by a Native Connector......
HRestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
PDFReaderSave (Function)
Saves the content of a PDF Reader to a file.
14. Controls in practice
Enumeration and Combination items
WINDEV, WEBDEV and WINDEV Mobile propose the Enumeration and Combination types......
Drop-down button
The drop-down button expands: a context menu. a popup window....
Responsive Web Design: Managing slices
In the WEBDEV editor, different resolutions are represented via slices......
MenuAddSeparator (Function)
Adds a new separator in a menu (drop-down or context menu).
The HTML Editor control
The HTML Editor control allows users to create and modify HTML pages......