ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HourGlass (Function)
Transforms the mouse cursor into hourglass (and conversely). In Android and iOS, displays an endless progress bar in a window....
HErrorModification (Function)
Used to: return the value of a record item if a modification conflict occurs. check if a modification conflict occurred....
Handling ListView controls programmatically
WINDEV allows you to programmatically handle ListView controls......
<Chrono>.Resume (Function)
Resumes a stopwatch previously stopped by <Chrono>.Fin or <Chrono>.Pause.
Type (Property)
The Type property is used to get: the type of element (data file or item) defined programmatically or in the data model editor, view or query. the type of object. the type of data held in a Variant....
19. Sending emails
NullAllowed (Property)
The NullAllowed property is used to manage the NULL value in the items of HFSQL data files.
The different copy modes
Two different copy modes are proposed by WDTRAD......
SQL set operations: UNION, UNION ALL and INTERSECT
SQL allows performing set operations on groups of files......
3. UML models in practice
Creating the Form windows of a WINDEV RAD pattern
The Multimedia control
The Multimedia control is used to play multimedia files......
How to clone and use columns in a Table control?
In some cases, a Table control must be filled with an unknown number of columns (when creating the control)....
ScrollWithFinger (Property)
The ScrollWithFinger property is used to: Determine if the content of a control can be moved with the finger ("finger scrolling"). Enable or disable touch-responsiveness for a control....
SCM: Migrating projects
When changing the version of the development tool, the projects found in the SCM must be migrated to this new version......
WDAPI: Using the APIs in a WINDEV application
The two most interesting features of WDAPI are......
Replication server for the assisted universal replication
The assisted universal replication can use a replication server......
Window templates
WINDEV and WINDEV Mobile allow you to create window templates......
Standard FTP functions
List of standard FTP functions...
3-tier architecture
The development in "3-tier" architecture is now simplified......
Report templates
WINDEV, WINDEV Mobile and WEBDEV allow you to create report templates......
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....
4. Android and iOS windows
The UI (User Interface) of an application is mainly composed of windows....
<Image>.Fill (Function)
Colors an area in an Image control.
NumberColumn (Property)
The NumberColumn property is used to: Get the number of columns in Table, Check Box, Radio Button controls, etc.. Set the number of columns in a multi-column List Box control....