ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

"Project explorer" pane
The "Project explorer" pane is used to simplify the development environment of WINDEV, WEBDEV and WINDEV Mobile......
Internal Page properties
List of WLanguage properties associated with Internal Page controls...
<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 table 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)....
WEBDEV Page control
The WEBDEV Page control allows you to integrate a WEBDEV page into a WINDEV application......
<Page>.ToSource (Function)
Automatically initializes: the value of the items in a table with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
<Page>.Display (Function)
Displays a web page in the user's browser....
<Source>.Save (Function)
Modifies the current record if it exists, otherwise adds a new record.
<Page>.ToFile (Function)
Automatically initializes: the value of the items in a table with the value of the controls in the page. The table 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)....
<Spreadsheet>.Save (Function)
Saves the content of a Spreadsheet control in a file in XLSX format.
<Chrono>.Pause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
<Multimedia>.Pause (Function)
Pauses a media file played in a Multimedia control.
<Table>.Save (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
Properties associated with a page
Manipulating controls in a page
The different operations that can be performed on the page controls are as follows......
<Source>.Last (Function)
Sets the position on the last record of a table according to a browse item.
<Page>.OpenChild (Function)
Opens a non-modal child window.
<Page>.Refresh (Function)
Refreshes a page displayed in the user's browser from the context on the server....
Single Page App
A "Single Page App" is a Web application (Internet or Intranet) whose all pages are grouped in a single page......
The "Code snippets" pane
The "Code snippets" pane lists the code snippets currently available......
Controls of a dynamic page
Several types of controls can be handled in a dynamic page ......
The "Find - Replace" pane
The "Find - Replace" pane is used to......
Properties of a help page
The characteristics of a help page are used to define......
Name55 (Property)
The Name55 property is used to manipulate the logical name of a Hyper File 5.5 table that has not been migrated and is located in a WINDEV 19 database schema.
<Page>.Address (Function)
Used to find out the Internet address of a page.