ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

8. 10 tips for better interfaces...
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes....
WEBDEV and Google Analytics
Google Analytics is a very popular tool for measuring site traffic......
The Image Editor control
The "Image Editor" control is a rich control that allows end users to create and edit images in their WINDEV applications......
Handling XLS files
WINDEV and WEBDEV propose two methods for handling the Excel files......
WorkingHourStart (Property)
The WorkingHourStart property is used to get and change the start time of working hours used: by an Organizer control. by a Scheduler control. by a Gantt Chart column (in a Table or TreeView Table control)....
WorkingHourEnd (Property)
The WorkingHourEnd property is used to identify and change the end time of working hours used: by an Organizer control. by a Scheduler control. by a Gantt Chart column (in a Table or TreeView Table control)....
Handling the external files
WINDEV, WINDEV Mobile and WEBDEV propose several functions allowing you to manage the external files from your WINDEV/WINDEV Mobile applications or from your WEBDEV sites......
1. What is the WEBDEV administrator used for
Interactive notifications
A notification is a small window that appears at the bottom right of the screen, and that can be viewed at any time in the Windows notification area......
MVP overview: Model - View - Presenter
MVP is the acronym for MODEL - VIEW - PRESENTER......
Custom style sheet
When creating a project, a blank custom style sheet is created and associated with the current project......
Binding an Edit control to an item
An Edit control can be bound to an item in a data file, query, etc, ......
Range Area chart
The Range Area chart is used to show a variation between a high and a low value......
How to retrieve the analysis structure through programming?
This help page explains how to retrieve the analysis structure through programming....
8. Optimizing an application
The archives
WINDEV, WEBDEV and WINDEV Mobile propose several WLanguage functions allowing you to compress and merge your files into archives......
Management of PDF files
PDF is one of the most widely used formats for transmitting and storing electronic documents......
TimestampType (Property)
The TimestampType property is used to: Find out the type of timestamp for an item. This item was defined in the data model editor or through programming. Define the type of timestamp for a Date, Time or DateTime item (when describing the item through programming)....
WDInst: choosing the type of setup to generate
WDInst allows you to create several types of setup......
Automatic procedures
The programming of timers, threads and delayed procedures is now automatically managed by the environment......
The Looper control
A Looper control is used to repeat the controls found in a specific area......
REST Services: Prologue procedure (executed before each call)
It is now possible to specify in the description of a Webservice that a procedure must be called (and executed automatically) each time a Webservice is called......
EndTimerSys (Function)
Ends the execution of a timer triggered by TimerSys.
The indexed controls
A control is an indexed control if it contains several controls with the same name......