ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Appendix 5: Configuring the server
Bloque entièrement ou partiellement un fichier externe....
SaaS
SaaS (acronym of Software as a Service) is a model for software distribution that consists in proposing an application in subscription via a Web site rather than via the purchase of a license......
Defining a help window template
WINDEV allows you to create help window templates......
The archives
WINDEV, WEBDEV and WINDEV Mobile propose several WLanguage functions allowing you to compress and merge your files into archives......
"Debugger trace" pane
The "Debugger trace" shows the messages displayed in the trace window during the last application test......
The Internal Page control
The "Internal Page" control is used to include a page (and its code) in a control of another page......
Typing multilingual texts
For a multilingual application, you have the ability to......
Appendix 2: Checking the server
Bloque entièrement ou partiellement un fichier externe....
Aligning elements in a List Box or Combo Box control
There are different methods to align the elements in a List Box or Combo Box control......
Properties associated with the tab pane
A tab pane found in a window or in a page can be handled by the following WLanguage properties......
Responsive Web Design: Managing slices
In the WEBDEV editor, different resolutions are represented via slices......
<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)....
FileToPage (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)....
Responsive Web Design: Tips
The Responsive Web Design was used in your pages but you still encounter some lock points......
Zombie data files and items
During the life of an application, items live and die......
WDReplic: Implementing a replication
Configuring a replication requires several steps......
Share your projects via Git
Git is a source code manager......
12. Preventing from going back to a page
Responsive Web Design: Management of anchors
In "Responsive Web Design" mode, the width of controls is automatically reduced when the browser width is reduced......
Managing the HDFS system
HDFS (Hadoop Distributed File System) is one of the component of the Hadoop framework......
4. HFSQL Classic
HFSQL Classic is the database format......
Collapsed code
The code is collapsed to improve readability, by only displaying the comments in front of the lines of code......
PageToFile (Function)
Automatically updates: 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>.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)....
LabelHeight (Property)
The LabelHeight property is used to: Find out the height of labels in a Label report. Modify the height of labels in a Label report....
1
2
3
4
5
6
129
>