ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Help page identifier
To display a specific help page from your WINDEV application, an identifier must be specified for each page found in your help system......
<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.
<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.
Mask management functions
The following functions are used to manage masks......
<Source>.Last (Function)
Sets the position on the last record of a data file according to a browse item.
<Source>.Close (Function)
Closes a data file or all the data files opened by the current user: all the corresponding physical data files are closed for the current user.
Properties of a help page
The characteristics of a help page are used to define......
Testing a static page
The test of a single page allows you to run the current page in WEBDEV......
<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)....
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 management functions
List of functions for managing pages...
Conditional target-code
The code editor allows you to enter a specific code for each environment (WINDEV, WEBDEV and WINDEV Mobile)......
Page Header block
The Page header block is printed on each new page......
Manipulating controls in a page
The different operations that can be performed on the page controls are as follows......
Report based on a query
Queries are used to easily select records in one or more data files......
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...
Easier navigation in the editors
The navigation in the editors is simplified by the presence of a new dynamic navigation bar, enabled by [CTRL] + [TAB]......
xBase files: Limits
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......