ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WEBDEV Page control
The WEBDEV Page control allows you to integrate a WEBDEV page into a WINDEV application......
Page Footer block
The Page footer block is run at the end of each page......
Manipulating controls in a page
The different operations that can be performed on the page controls are as follows......
The "Business rules" pane
The "Business rules" pane displays the list of business rules associated with the project......
Task management functions
List of functions for managing tasks...
The "Find - Replace" pane
The "Find - Replace" pane is used to......
The "Site directory" pane
The "Site directory" pane is used to manage the "<My project>_WEB" directory of the current project......
The "UML analysis" pane
The "UML analysis" pane displays the different UML diagrams (class diagram, deployment diagram, ......
The Internal Page control
The "Internal Page" control is used to include a page (and its code) in a control of another page......
<Kanban>.Save (Function)
Updates the record bound to the current card in the Kanban control.
Page Header block
The Page header block is printed on each new page......
"Syntax help" pane
The "Syntax help" pane displays a short help text for the function being entered......
<Source>.Save (Function)
Modifies the current record if it exists, otherwise adds a new record.
<Chrono>.Pause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
Properties associated with a page
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)....
<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....
<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.