ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Popup window
WINDEV allows you to open windows in popup format...
<Window>.OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
<Window>.OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
OpenPopup (Function)
Opens a popup window and waits for this window to be closed.
ServiceControl (Function)
Sends a control message to a service.
WDLog: Viewing a log file
WDLog is used to view the content of a log file......
btleCharacteristic (Type of variable)
The btleCharacteristic type is used to handle a characteristic of a Bluetooth Low Energy service.
BCDecode (Function)
Decodes the information stored in a QR Code bar code.
fStopCompress (Example)
Usage example of the fStopCompress function
ExecuteMainThread (Function)
Triggers the execution of the procedure specified in the main application thread.
ExceptionThrow (Function)
Artificially triggers the security mechanism of WLanguage by throwing an exception.
DeleteLine (Function)
Deletes a line at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.)....
ArrayToCSV (Function)
Converts a one-dimensional array or a two-dimensional array into a character string in CSV format.
dbgError (Function)
Provokes: an assertion during the test of element or project (Go mode). an error in automated test mode....
OCRExtractText (Function)
Reads the text contained in an image.
HAddGroup (Function)
Adds a group of users.
EmailListFolder (Function)
Returns the list of folders: found in the Outlook messaging software. for an IMAP session....
ArrayMoveLine (Function)
Allows you to: move a row in a two-dimensional array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional array or in an advanced array property....
CameraRunApp (Function)
Starts the device's native camera application to record a video or to take a photo....
zipSize (Example)
Usage example of the zipSize function
ServiceRefresh (Function)
Asks a service to re-read its configuration information.
Compile (Example)
Usage example of the Compile function
WDInst: Customizing the setup program
The setup editor WDInst proposes a standard setup program......
Type (Example)
Usage example of the Type property
zipExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location.
HFilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
FTPDate (Example)
Usage example of the FTPDate function
HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
HRead (Function)
Reads a record in a file according to a given record number.