ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TreeView Table report
The report editor allows you to create "TreeView Table" reports......
Programming Table controls based on a data file
This page explains how to program Table controls based on a data file......
iPrintBlock (Function)
Forces a report block to print.
<Looper>.Sort (Function)
Allows you to: Sort a Looper control according to one or more attributes. Sort a Looper control on all its attributes. Cancel a sort that was performed beforehand (which means ignore the sort)....
Using the task management and the schedule
Time management is extremely important......
Maintaining the files of Control Centers
When using a database, you may have to perform maintenance operations on the data files......
Analysis links
The links are used to link the files found in an analysis between themselves......
In-House deployment
Apple's In-House deployment allows you to overcome most of the constraints of the other two modes (App Store deployment and Ad Hoc deployment) and to widely distribute an application without the need to reference client devices in advance......
Management errors specific to Native Connectors
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
DateTimeValid (Function)
Checks the validity of a date/time between January 01, 0001 at 0 hours 0 minutes 0 seconds 0 hundredths of a second and December 31, 9999 at 23 hours 59 minutes 59 seconds 99 hundredths of a second....
Native Progress Connector: Programming with SQL functions
The use of SQL functions to handle Progress data does not require importing the file structure into the analysis......
DateDifference (Function)
Calculates the number of days between two dates.
WDMap: Characteristics of the files found in a database
WDMap is used to get various characteristics specific to......
The Organizer control
The Organizer control is used to display and handle organizers......
Phone constants (Android / iOS)
InMinutes (Property)
The InMinutes property is used to convert a Duration variable to minutes.
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data......
The Popup control
The Popup control is a control used to associate a popup with a page. This popup, displayed from the page into which it is inserted, is used to easily establish a dialog with the user....
InDays (Property)
The InDays property is used to convert a Duration variable to days.
InHours (Property)
The InHours property is used to convert a Duration variable to hours.
Mechanism of specific exceptions
A process of specific exception is used to process a risky code (which means a code that could trigger an exception)......
InSeconds (Property)
The InSeconds property is used to convert a Duration variable to seconds.
InMilliseconds (Property)
The InMilliseconds property is used to convert a Duration variable to milliseconds.
On/Off button in a window
The on/off button is a button that operates like a check box......
How to install a Universal Windows 10 App application on a tablet
The generation of a WINDEV Mobile application for Universal Windows 10 App groups all the project elements (windows, code, etc....