ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

5. Which type of server to choose?
wsRequest (Type of variable)
The wsRequest type is used to define the advanced characteristics of a Webservice.
SysBatteryOptimBackground (Function)
Used to manage battery optimization: Identifies the battery optimization mode for the current application. Prompts the user to disable battery optimization for a given application on the device. This function can be used to tell the operating system to stop preventing the application from running in the background....
Combo Box columns in Table controls
A Table control (populated programmatically, based on a data file or based on a variable) can include Combo Box columns......
SysDir (Function)
Returns the path of a system directory.
OpenIDIdentity (Type of variable)
The OpenIDIdentity type is used to define all the advanced characteristics of a user connected to a service via the OAuth 2.0 protocol.
PageToEmail (Function)
Emails the data found in a page currently displayed in the browser.
apiRequest (Type of request)
The apiRequest type is used to define all the advanced characteristics of a request executed via a REST web service imported using the OpenAPI documentation.
iDocumentPrinted (Function)
Determines whether the user printed the document from the report viewer.
saasClient (Type of variable)
The saasClient type is used to define the advanced characteristics of a SaaS client account.
HFConf.Ini file
The HFConf.INI file is found at server root. This file is used to define several characteristics of HFSQL Client/Server server....
emailAttach (Type of variable)
The emailAttach type is used to handle an attachment.
Printing the content of a table (AAF)
A Table control proposes an automatic popup menu allowing the user to perform several operations on the data displayed in the table......
Events associated with an Ad control
WINDEV Mobile manages the following events by default (in order of appearance in the code editor):
zipArchivedFile (Type of variable)
The zipArchivedFile type is used to handle a file found in an archive in one of the following formats: ZIP, CAB, RAR or WDZ or a file to add into an archive.
TableInputSearch (Function)
Enables input in the the search area in the column title of the Table or Treeview Table control.
UI compilation errors
UI compilation errors indicate the possible problems detected in your interfaces whenever a window, a page or a report is saved or whenever the project is recompiled......
Constants for the geo-localization functions
Constants used by the geo-localization functions...
VariableReset (Function)
Resets the variable to its initial value.
Sensor constants
Constants used by the SensorXXX functions...
FreeAWPContext (Function)
Frees the AWP context in advance (on disk) to allow the other call on the same AWP context to be processed in parallel.
OpenPopup (Function)
Opens a popup window and waits for this window to be closed.
SysIMEI (Function)
Returns the IMEI number of an Android phone.
ParallelTaskWaitAll (Function)
Waits for the end of execution of all parallel tasks found in an array.
Label report
The report editor allows you to create "Label" reports......