ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

PageToPHP (Function)
Sends the data found in a page currently displayed in the browser to a PHP server.
LooperModify (Function)
Changes the values of the attributes in a row of a Looper control.
5. Site test in practice
14. Generation modes
Generation modes...
Printing in WLanguage
WINDEV, WEBDEV and WINDEV Mobile propose several print methods......
Testing and debugging a WINDEV project on the user computer
WINDEV offers multiple possibilities to test and debug a project directly on the development computer (see Testing and debugging a WINDEV executable on the development computer)......
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)....
Deep links to mobile applications
Deep linking allows you to redirect the user to specific content in a mobile application (rather than in a browser) when they click on a link in a web page or in an email......
BurnerAddDirectory (Function)
Adds all the files found in a directory to the compilation.
SocketConnectBluetooth (Function)
Connects a client computer to a specific Bluetooth socket.
5. User Groupware in practice
Check: HTTP connectivity
The monitoring robot will read the header and the content of a web page......
TelemetryIdentifyUser (Function)
Identifies the current user for whom the telemetry data is saved.
SourceToPage (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....
PageFromSource (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. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
The options of the User Groupware
An application is often intended to be used by several users connected via a network......
The SilverLight control
The SilverLight control is used to display a SilverLight 2 animation in a WEBDEV page......
2. Projects in practice
Including JavaScript files or a Web resource
WEBDEV allows you to include Javascript files or external resources in a WEBDEV project......
Font (Property)
The Font property is used to Get the identifier of the font used in a control in a report, page or window. Change the font used in a control in a report, page or window....
Optional connection information
When defining the connections in the data model editor or when defining the connections through programming, you have the ability to specifier the optional connection information......
Error messages that can be displayed in the browser
This help page presents the different error messages that can be displayed in the browser......
Events associated with the project
List of events associated with the project...
PageToSource (Function)
Automatically updates: 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....
SourceFromPage (Function)
Automatically updates: 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....
WDModFic : Tool for automatic modification of data files
WDModFic is a tool used to perform the automatic modification of the data files found on the development computer and on the end-user computers......