ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Window templates and inheritance
When a window template is applied to a window, all the controls and code in the template are "copied" to the window......
Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......
WDBal messaging: Writing a message
WDBal, the secure messaging provided with WINDEV, WEBDEV and WINDEV Mobile, allows you to easily write a message......
Application in kiosk mode
A kiosk application is an application from which the user cannot exit......
Table, List Box and Combo Box controls bound to queries
A Table, List Box or Combo Box control can be used to display the content of a data file or query......
Testing a dynamic page (session or AWP mode)
The test of a single page runs the current page in WEBDEV......
User Groupware files
Two categories of data files are managed......
Timer (Function)
Periodically and automatically calls a WLanguage procedure.
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
Creating a WINDEV Mobile project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
11. Controls in practice
Discover the main characteristics of the controls...
HReadFirst (Function)
Sets the position on the first record according to a browse item.
Client/Server: Connecting the client computers to the server
In order for the application to be able to handle the data files found on the HFSQL server, the connection that will be used by the application must be defined in the project......
VideoParameter (Function)
Returns or modifies the value of a parameter for the device camera. Function kept for "Version-26-compatible" Camera controls....
Specific features of the Express version
System constants
List of constants used by the system functions....
SCM administrator: available tools
The SCM administrator (Source Code Manager) proposes several tools to manage and optimize the SCM repository......
Automatic procedures
The programming of timers, threads and delayed procedures is now automatically managed by the environment......
Anchoring in a page
In a page, the anchors define how the content of a page will behave when the page is enlarged by the Web user....
docNumberingLevel (Type of variable)
The docNumberingLevel type is used to define the advanced characteristics of a numbering level used in a Word Processing document.
2. Projects in practice
2. Projects in practice
Discover the main operations that can be performed on a project....
Edit options of a report
The report editor allows you to......