ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Image control
The Image control is used to......
The "Code snippets" pane
The "Code snippets" pane lists the code snippets currently available......
The "Compilation errors" pane
The "Compilation errors" pane is used to find out......
Date management constants
List of constants used by date management functions...
WDAdminHF: Scheduled task
The remote HFSQL administrator is used to define the scheduled tasks......
Generating SQL scripts
The content of an analysis can be exported in the format of SQL scripts for a specified database (SQL Server, Oracle, ......
Parallel Tasks constants
The following constants are used by the functions for managing parallel tasks: ......
"Test results" pane
The "Test results" pane shows the results of the different stand-alone tests in a project......
19. Managing tasks
Managing tasks...
<Image>.Last (Function)
Displays the last image for the scroll.
17. Managing tasks
10. Page templates
9. Internal page
<Looper>.Save (Function)
Validates the modification or addition of the record associated with the current row in the Looper control.
<Chart>.Mask (Function)
Formats the data displayed by grLabel or by grTooltip.
<Spreadsheet>.Save (Function)
Saves the content of a Spreadsheet control in a file in XLSX format.
<Page>.Exist (Function)
Allows you to find out whether a page context exists on the server (which means whether the page was opened).
<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)....
<Table>.Save (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
<Page>.Refresh (Function)
Refreshes a page displayed in the user's browser from the context on the server....
<Page>.Address (Function)
Used to find out the Internet address of a page.
<Page>.Display (Function)
Displays a web page in the user's browser....
<Page>.DisplayDialog (Function)
Displays a page in modal mode. This function is used to establish a dialog with the user. The page is displayed in the foreground while the opening page is displayed in the background, grayed by the DDW mechanism.
<Page>.ToSource (Function)
Automatically initializes: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
<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....