ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<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)....
"Unit examples" pane
The "Unit examples" pane proposes the unit examples found in the different products......
"Preset controls" pane
The "Preset controls" pane proposes several preset controls that can be included in the current window or in the current page by "Drag and Drop"......
19. Managing tasks
Managing tasks...
<Image>.Last (Function)
Displays the last image for the scroll.
12. Managing tasks
The Project Management Hub allows the project contributors to manage their task schedule....
17. Managing tasks
11. Popup 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).
"Test results" pane
The "Test results" pane shows the results of the different stand-alone tests in a project......
<Table>.Save (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
<Popup>.Close (Function)
Hides a popup displayed in the page via PopupDisplay.
<Page>.Refresh (Function)
Refreshes a page displayed in the user's browser from the context on the server....
<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>.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>.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....
<Multimedia>.Pause (Function)
Pauses a media file played in a Multimedia control.
Constants for managing masks
<Page>.ClosePopup (Function)
Hides a popup page displayed in the page via PopupDisplayPage.
<Page>.OpenChild (Function)
Opens a non-modal child window.
Mask management functions
The following functions are used to manage masks......