ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Operations in a Select query : add and delete
The following paragraphs present......
ComboOpen (Function)
Expands the list of a Combo Box control (single-column or multi-column Combo Box).
How to backup HFSQL Client/Server databases?
The backup of the HFSQL Client/Server databases can be performed......
Properties associated with formatted display controls
The formatted display control includes some properties that can be used......
Types of help systems in a WINDEV application
There are multiple solutions to provide help to the users......
Events associated with a Native Container control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
Configuring and running the action plans
When the action plans are deployed, you have the ability to configure their activation mode....
The Task structure
The Task structure is a preset structure of WLanguage (no declaration is required)......
The different copy modes
Two different copy modes are proposed by WDTRAD......
Remote check: Customizing with a window
To customize the remote control performed on a multi-user WINDEV application, the standard window can be replaced with a window from your application......
The Looper control
A Looper control is used to repeat the controls found in a specific area......
Date (Property)
The Date property is used to: Retrieve the date from a DateTime variable. Modify the date in a DateTime variable. Retrieve the date from a Date item (in "Date and Time" format) . Modify the date in a Date item (in "Date and Time" format)...
2. Managing a Client/Server database
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database - 20 min...
3. Preparing the setup program
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 3 - Preparing the setup program - 5 min...
Downloading a report in PDF format on the computer of the Web user
To propose to download a report in PDF format on the computer of the Web user, you must......
Maintaining the files of Control Centers
When using a database, you may have to perform maintenance operations on the data files......
Handling menu options programmatically
The menu options can be handled......
Reports
A report provides a custom view of data......
Report viewer (Print preview)
The report viewer allows you to see the report layout without printing it......
1. Examples provided with WINDEV Mobile
FlexAlignItems (Property)
The Property FlexAlignItems allows you to know and modify the alignment characteristics of the fields inside a row of a Flexbox field according to the secondary axis of the field ( Property 900 corresponding CSS "align-items").
Project Management Hub: Gantt chart
The Project Management Hub is used to follow the tasks of one or more contributors via......
4. Activating a dynamic WEBDEV site
Managing the emails with the POP3/SMTP protocols
The POP3 and SMTP protocols are protocols for email management recognized by all Internet Service Providers......
7. Multilingual applications in practice