ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

UploadCurrentFileSizeSent (Function)
Returns the size (in bytes) already sent for the file currently uploaded via an Upload control.
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
WDSQL: Running an SQL query
WDSQL is used to run all the SQL queries created by WDSQL......
Background tasks
Continuing to run a process when the application is in background is very useful on mobile......
Detecting Beacons
A "beacon" is a hardware transmitter that can "dialog" on a small perimeter with smartphones or tablets via a Bluetooth connection......
VideoDisplay (Function)
Displays in a Camera control the video sequence currently transmitted by a "web camera" or by the camera found on the mobile device. Function kept for "Version-26-compatible" Camera controls....
HLogRecreate (Function)
Used to re-create an empty log.
ERR_NO_WDADMIN
Push notifications: format of notifications (Android and iOS)
An application written in WINDEV Mobile Android or iOS can receive Push notifications......
9. Internal component
Query based on query
Queries can be based on items from another query......
Break in a report
The break is used to group the records corresponding to a sort criterion......
Creating a Java archive
When your Java application is developed, you can......
The Rating control
The Rating control allows the user to: indicate the popularity level of an element via repeated icons. find out the popularity level of an element via repeated icons....
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......
ReplicAdmin: Overview
DownloadParameter (Type of variable)
The DownloadParameter type is used to define all the advanced characteristics of a file download performed by DownloadAdd.
NewRecord (Property)
The NewRecord property is used to determine if the record is a new record or if it comes from the data file.
Alias type
The Alias type is used to declare and handle a logical alias for a data file or query.
External language: Programming in C#
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
SpeechSynthesisReadFile (Function)
Reads the content of the specified file by using the engine for speech synthesis found on the device.
mongoGridFS (Type of variable)
The mongoGridFS type is used to define the advanced characteristics of a file system for a MongoDB database.
Item Description (Type of variable)
An Item Description variable is used to describe one or more items in a data file programmatically.
H.NbRetryRead (Variable)
Indicates the number of attempts to read the file or record before giving control back to the program.