ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Page Header block
The Page header block is printed on each new 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>.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....
<Page>.ClosePopup (Function)
Hides a popup page displayed in the page via PopupDisplayPage.
<Page>.DisplayPopup (Function)
Displays a WEBDEV page as a popup in the current page with a DDW (Dim Disabled Windows) effect.
<Page>.OpenChild (Function)
Opens a non-modal child window.
<Source>.Last (Function)
Sets the position on the last record of a data file according to a browse item.
Testing a static page
The test of a single page allows you to run the current page in WEBDEV......
Name55 (Property)
The Name55 property is used to manipulate the logical name of a Hyper File 5.5 data file that has not been migrated and is located in a WINDEV 19 analysis.
<Page>.Address (Function)
Used to find out the Internet address of a page.
<Kanban>.Save (Function)
Updates the record bound to the current card in the Kanban control.
WEBDEV Page control
The WEBDEV Page control allows you to integrate a WEBDEV page into a WINDEV application......
<Source>.Save (Function)
Modifies the current record if it exists, otherwise adds a new record.
Internal Page properties
List of WLanguage properties associated with Internal Page controls...
Installing and starting WDTRAD
Report viewer: Proposing several reports
In the document preview, end users can......
The Signature control
The Signature control is a report control used to sign......
19. Upload: Sending files to the server
Checking an element back in the Source Code Manager (SCM)
Checking an element back in the repository is used to make the modified element available to all the users of the Source Code Manager......
Looper control linked to a data file
A Looper control can be used to display the content of a data file or query......
WDDIXIO overview
General options of WINDEV, WEBDEV and WINDEV Mobile
The general options are used to configure the working environment of the product used......