ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

1. Components provided with WINDEV
WINDEV is provided with projects that contain components....
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......
AWP without UI
Bootstrap, Angular, React, Vue......
Hour (Property)
The Hour property is used to: Get the time from a variable of type Time or DateTime, or the number of hours from a variable of type Duration. Change the time in a variable of type Time or DateTime, or the number of hours in a variable of type Duration. Retrieve the time or the number of hours from a Date item (in "Date and time" or "Duration" format) or from a Time item. Modify the time or the number of hours in a Date item (in "Date and time" or "Duration" format) or in a Time item....
CertificateSignExecutable (Function)
Signs an executable file with a certificate.
AWP: Managing contexts
To keep the value of global variables when switching from a page to another one, the AWP mode proposes a management of contexts......
HDescribeItem (Function)
Describes a file item through programming.
Size (Property)
The Size property is used to determine and change the size of an element.
Size (Property)
The Size property is used to determine and change the size of an element.
Size (Example)
Usage example of the Size property
Appendix 4: WEBDEV modules
The table below presents the modules installed by the WEBDEV application server for Linux and their main features......
Day (Property)
The Day property is used to: Get the day from a Date or DateTime variable, or get the number of days from a Duration variable. Change the day of a Date or DateTime variable, or change the number of days of a Duration variable. Get the day or the number of days from a Date item (in "Date", "Date and Time" or "Duration" format) Modify the day or the number of days in a Date item (in "Date", "Date and Time" or "Duration" format)...
Item Description (Type of variable)
An Item Description variable is used to describe one or more items in a data file programmatically.
INIRead (Function)
Reads the content of an INI file (or the content of a file structured like .INI files).
Native Access Connector
This type of Native Connector allows access to ACCESS databases for better interoperability purposes......
WEBDEV Application Server - 10 connections - License agreement
The Check Box control
A Check Box can correspond to......
Binding a List Box control to an item
A List Box control can be bound to an item in a data file, query, etc....
Creating an Android widget
Widgets are small applications that can be displayed on the home screen of phones or tablets......
How to save and retrieve an image in a binary memo
How to read in a text or CSV file?
This help page explains how to read the content of a text or CSV file....
How to write into a text or CSV file?
This help page explains how to write into a text or CSV file....
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......
Native 64-bit and native 32-bit: a single source code
The 64-bit operating systems are starting to appear on the PCs and on the servers......
How Session mode pages work
WEBDEV includes several types of pages to create dynamic sites......