ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The "Messaging" pane
The "Messaging" pane is used to exchange messages between the employees of a company......
Managing videos (transmitted by a Web Camera)
To manage the video sequence currently broadcasted by the web camera installed on the current computer, WINDEV proposes......
<Source>.ChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
Project Management Hub: Configuration
All contributors must provide details about their work schedule so that project management tools reflect reality......
The "Commands" pane
The "Commands" pane lists......
Main characteristics of a List Box control
The main characteristics of a List Box control are as follows......
Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice directly impacts the freeing of the class objects: depending on the selected take of reference, the "Destructor" will not be called at the same time....
The "Favorites" pane
The "Favorites" pane gives direct access to the favorites of your project......
AnimationDuration (Property)
The AnimationDuration property is used to know and define the length of time an animation takes to complete one cycle: in a Chart control. This duration is set to 30 hundredths of a second by default. in an infinite Progress Bar control. This duration is set to 200 hundredths of a second by default. in an Image Gallery Looper control....
Report based on a data file
A report based on a data file is used to print the records coming from a single data file (HFSQL Classic or Client/Server, accessed via a Native Access, ......
RuleVisible (Property)
The RuleVisible property is used to: Find out whether the rulers are visible or invisible in a Word Processing control. Make the rulers visible or invisible in a Word Processing control....
2. Examples provided with WINDEV
The examples provided with WINDEV are intended to help you learn the features of WINDEV....
Combo Box columns in Table controls
A Table control (populated programmatically, based on a data file or based on a variable) can include Combo Box columns......
FirstDayOfWeek (Function)
Returns the date of first day of the week (i.e., Monday).
<Date type>.ToInteger (Function)
Converts a date to an integer.
The Static control
A Static control is a control used to display a static text......
Easter (Function)
Returns the date of Easter for the specified year according to the western Christian calendar.
<Tab>.Close (Function)
Closes a dynamic pane in a Tab control.
12. Control templates
WINDEV Mobile allows you to create control templates....
Debugging in Android
All developers appreciate the possibility to debug an application directly on the device......
TabClose (Function)
Closes a dynamic pane in a Tab control.
3. Project configuration
Project configurations allow you to adapt the same project to multiple "targets"....
Multiple generation
Project configurations are used to easily define the different "targets" of your project......
Replication options (ReplicEdit)
Creating a replication with ReplicEdit allows you to specify several parameters......
Reloading a document
To reload a document, ......