ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TraceDeleteAll (Function)
Clears the content of trace window opened in parallel with the current window.
User Groupware: Creating and installing the executable
The executable of an application that supports the User Groupware is a multi-instance executable....
Handling Organization Chart controls programmatically
<Source>.ToPage (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)....
Managing HFSQL Client/Server databases
The HFSQL Control Center allows you to fully manage HFSQL Client/Server databases......
GglFillCalendar (Function)
Fills a calendar that was retrieved beforehand: the events corresponding to the calendar are retrieved (some criteria may be specified).
<gglConnection variable>.FillCalendar (Function)
Fills a calendar that was retrieved beforehand: the events corresponding to the calendar are retrieved (some criteria may be specified).
fGraphicFilter (Function)
Returns the list of image formats supported by the current platform, in the format expected by the filter of fSelect.
8. Associating controls with data
8. Binding controls to data
A window can display information from......
Edit options of a report
The report editor allows you to......
Extensions of files created by WINDEV, WEBDEV, WINDEV Mobile
The table below presents the main extensions of files created and supported by WINDEV, WEBDEV and WINDEV Mobile......
2. Creating files in the analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 2 - Creating files in the analysis - 40 min
Looper control based on a data file
This type of Looper control uses data from a data file or query......
Creating, generating and deploying a web service
WINDEV and WEBDEV allow you to directly generate web services that use the SOAP technology......
Modeling editor: Managing the styles
The modeling editor proposes an advanced management of styles......
Unicode in character strings
UNICODE is an encoding system that assigns a unique number to each character....
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
Cleaning the project
After months or years of development and maintenance, the directory of your project often contains several files that are not used anymore but that you don't dare delete......
WDInst: Installing an HFSQL Client/Server application
When creating the setup program of a WINDEV application that uses HFSQL Client/Server data files, WDInst allows you to......
WDInst: choosing the type of setup to generate
WDInst allows you to create several types of setup......
The Linear Looper control
A Linear Looper control is used to display a set of controls in a horizontal scrolling list......
Creating the summary
Users are familiar with summaries, as the summary is the first element they look at in printed documentation......
Developing multilingual applications
A multilingual application is an application that can be distributed in several languages......
HFSQL Control Center: HFSQL Client/Server backups
The HFSQL Control Center is used to manage the backups of HFSQL Client/Server data files......
2. Analysis in practice