ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ReturnedValue (Property)
The ReturnedValue property is used to: Get and change the value returned by a window, page or report. Get and change the value returned by an option in a Radio Button control....
HRetrieveItem (Function)
Returns the content of an item found in the current record (in the data file, view, query, ...).
EmailSend (Function)
Sends an email via the SMTP protocol while controlling the "buffer" of the email.
HActivateFilter (Function)
Enables the filter that was previously created for the specified data file (view or query).
WINDEV Mobile: Overview
WINDEV Mobile is a development environment for PC that allows you to develop......
zipFileSize (Function)
Returns the size of one of the files found in the archive (in CAB, RAR, WDZ, ZIP, 7z, TAR or TGZ (TAR.GZ) format): the compressed size of the file. the size of file before compression....
HNbRec (Function)
Returns the number of records in a file, query or HFSQL view: active records, crossed records, deleted records, etc.
HTTPProgressBar (Function)
Displays a progress bar when: receiving the response to an HTTP request. sending an HTTP form (HTTPSendForm) or an HTTP query....
JSON
JSON (JavaScript Object Notation) if a light format for exchanging data......
Android application: Using and sharing SQLite data
For the Android applications, the available databases are HFSQL (Classic and Client/Server) and SQLite....
Constants for managing the User Groupware
List of constants used by the functions for managing the User Groupware....
SQL: Managing joins (INNER JOIN, OUTER JOIN)
To select records coming from several data files, joins must be used in the SQL query......
FontCreate (Function)
Creates a font definition.
HBackward (Function)
Moves backward several records from the current position in the data file, according to a specified item.
Programming Table controls based on a data file
This page explains how to program Table controls based on a data file......
zipExtractPath (Function)
Returns the path of a file found in the archive.
ContactAdd (Function)
Adds a contact: in a Lotus Notes or Outlook address book. into the list of contacts on the device (Android, iPhone or iPad, Universal Windows)....
HListItem (Function)
Returns the list of items: found in a data file ( a query or a view) known to the HFSQL engine. The data files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. found in a Record variable....
Scheduler control: Customize appointments
In the Scheduler control, the appointment is displayed in a specific area......
Layout control properties
You can manipulate Layout controls (and its cells) in a window or page using the following WLanguage properties......
The Looper control
A Looper control is used to repeat the controls found in a specific area......
Handling a Radio Button control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Radio Button controls......
HReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
7. Consuming a web service
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 7 - Consuming a web service - 10 min
2. Analysis in practice