ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

General options of WINDEV, WEBDEV and WINDEV Mobile
The general options are used to configure the working environment of the product used......
How to retrieve the bugs or suggestions of my users?
The different Control Centers provided with WINDEV allow you to easily manage the user feedback for your applications......
InKioskMode (Function)
Indicates whether the Android application is in kiosk mode.
HExtractMemo (Function)
Extracts the content of a binary memo item from an HFSQL file, a query or an HFSQL view to a physical file (on disk).
gStoredValueEnable (Function)
Allows (or not) retrieving the value defined by gStoredValue in a List Box or a Combo Box control.
Debugging an external component
You have developed an external component and you want to debug it? The user of an external component sends an executable indicating that your external component does not operate? You are using your external component in another project and you want to debug it?......
SaaSAdminConfigureSiteData (Function)
Configures the management of data for a SaaS site.
System constants
List of constants used by the system functions....
1. WEBDEV environment
WEBDEV Tutorial: WEBDEV overview Lesson 1 - WEBDEV environment - 5 min
HSetIntegrity (Function)
Enables or disables the management of an integrity constraint on a file link.
HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.
xlsNbRows (Function)
xlsNbRows is kept for backward compatibility only.
Value (Property)
The Value property is used to: Find out and modify the value of a report control. Find out and modify the value of a control or the title of a window. Find out the identifier of a stream. Find out and modify the value of a control or the title of a page....
SysPowerStatus
Used to get various information about the battery (main or secondary) of the device on which the application is running.
gLinkActivate (Function)
Allows (or not) retrieving the value defined by gLink in a List Box or a Combo Box control. Function kept for compatibility. It is recommended to use gStoredValueEnable....
Constants for the geo-localization functions
Constants used by the geo-localization functions...
WebserviceWriteHTTPHeader (Function)
Adds an additional HTTP header to a request of a REST Webservice.
StoredItem (Property)
The StoredItem property is used to: Find out the stored item or the stored variable of a Table, Looper, List Box or Combo Box control. Modify the stored item or the stored variable of a Table, Looper, List Box or Combo Box control....
NetStartServer (Function)
Starts an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
Single Page App
A "Single Page App" is a Web application (Internet or Intranet) whose all pages are grouped in a single page......
Extra (Property)
The Extra property is used to: Get additional information about a control, window, or page. Edit additional information of a control, window or page. In browser code, you can only get additional information of a control or page....
TokenEnabled (Property)
The TokenEnabled property determines if an Edit control is a "Text token" Edit control.
WDAdminHF: Scheduled task
The remote HFSQL administrator is used to define the scheduled tasks......
EmailReadMessageHeader (Function)
Reads the header of an incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
Notification (Type of variable)
The Notification type is used to handle the local notifications or the push notifications.