ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<fbSession variable>.Status (Function)
Checks the status of a Facebook session.
SysPowerStatus
Used to get various information about the battery (main or secondary) of the device on which the application is running.
ThreadState (Function)
Returns the current status of a thread.
<Multimedia>.Status (Function)
Indicates the status of the media file played in the Multimedia control.
dbgLogStatus (Function)
Returns and modifies the status of runtime log.
TwainState (Function)
Returns the status of the current source.
dbgAuditStatus (Function)
Retrieves and changes the status of the dynamic audit.
FBSessionStatus (Function)
Checks the status of a Facebook session.
<Camera>.Status (Function)
Returns the status of a Camera control.
AndroidiPhone/iPad Function kept for "Version-26-compatible" Camera controls.
Control templates and inheritance
When a control template is applied to a page or to a window, all controls and code found in the template are "copied" into the page or window......
Manipulating Dashboard controls programmatically
To programmatically manipulate Dashboard controls, WINDEV, WEBDEV and WINDEV Mobile include dashboard-specific functions......
Internal procedure
Several features require a procedure called once or several times via a WLanguage function ("Callback")....
Managing emails with "Simple MAPI"
Simple MAPI simplifies the management of emails received by the hosting company......
HRecordToJSON (Function)
Retrieves the structure and value of the current record and exports them into a string in JASON format.
How to create two linked cascading tables?
This help page explains how to create two linked cascading Table controls in a window or page....
Report based on an Organizer control
A report based on an Organizer control is used to directly print the information displayed in the Organizer control...
Variable scope
Variables can be declared anywhere in the code....
Report based on a Scheduler control
A report based on a Scheduler control is used to directly print the information displayed in the Scheduler control......
Nation (Function)
Defines or identifies the display language (captions, messages, ...) used for the windows, pages, reports and controls.
HExportCSV (Function)
Exports the records found in a data file (HFSQL or OLE DB), a view or a query to a CSV file.
Looper: moves and gestures
In a mobile application, several options can be handled with the fingers, by performing specific movements......
EventTimeline (Type of variable)
The EventTimeline type is used to define the advanced characteristics of an event displayed in a Timeline control.
zipAddFileList (Function)
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it.
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
HOptimizeQuery (Function)
Optimizes the Select queries by using idle times when handling an application (period without processes).
Various WEBDEV constants
Various WEBDEV constants...
zipFindFile (Function)
Finds a file in an archive (in CAB, ZIP, RAR, WDZ or 7z format).
ComponentLoad (Function)
Loads an external component. This component can be: an external component present in the current project. an external component independent of the current project....
TableSelectToFile (Function)
Positions on the data file record corresponding to a row selected in the multiselection browsing Table control.
HRecordToXML (Function)
Retrieves the structure and the value of the current record and exports them into a character string in XML format.
Password (Property)
The Password property can be used: on the edit controls (or on the text table columns) to find out whether the control is a "Password" control or to modify the "Password" type of the control. on the connections (HFSQL Client/Server, OLE DB, etc.) to define the password of the user who uses the connection....
Automated tests: Test-specific functions
List of automated tests: Test-specific functions...
SNMPTrapEnable (Function)
Enables the interception of an SNMP "trap" sent by an agent.
Events associated with the Pivot Table control