ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

gpwAddAuthLogin (Function)
Adds a login button (Facebook, Google, Microsoft, etc.) in the login window or page.
Report blocks
A printed report includes several sections......
HTML control properties
You can manipulate HTML controls in a window, page or report using the following WLanguage properties......
Automatic index generation
The automatic index generation suggests index keywords based on the content of your help page......
Diagram Editor control properties
If the image is an image map, you can include "Clickable areas" in the image......
MenuAddMenu (Function)
Adds a new menu to an existing drop-down or context menu of a window or page.
The Slider control (in a page)
WEBDEV proposes two types of sliders......
<Page>.FromFile (Function)
Automatically updates the controls of a 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. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
<Page>.ToFile (Function)
Automatically initializes: the value of the items in a data file with the value of the controls in the page. The data file items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the page controls are automatically updated with the values of these controls. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
<Page>.FromSource (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....
<Page>.OpenChild (Function)
Opens a non-modal child window.
Page management functions
List of functions for managing pages...
MouseCursor (Property)
The MouseCursor property is used to identify and change the hover cursor defined for a control, window or page.
Selecting one or more controls
One or more controls can be selected in a window, in a page or in a report via the keyboard or the mouse......
ASPDisplay (Function)
Calls an external ASP script and returns the result page in the current browser window.
PHPDisplay (Function)
Calls an external PHP script and returns the result page in the current browser window.
HFSQL views
An HFSQL view corresponds to a "memory image" of an HFSQL data file......
Syntax Description (Type of variable)
Syntax Description variables are used to programmatically describe the syntax of a report, window or page.
Dockable Panel control properties
You can manipulate Dockable Panel controls in a window using the following WLanguage properties...
Creating nested reports
Performance profiler
The performance profiler (also called Profiler) is used to check and optimize the execution time of your application......
pdfPage (Type of variable)
The pdfPage type is used to define all the advanced characteristics of a page from a PDF document loaded in memory.
Report controls
Several types of controls can be handled in a report created by the report editor......
Brochure of new features: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
HFSQL: Change of name