ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

InTestMode (Function)
Indicates whether the application or the site is started: from the WINDEV or WEBDEV editor, from the executable or browser. from the WEBDEV administrator....
zipExtractAll (Function)
Extracts all files from an archive and decompresses them.
zipMsgError (Function)
Returns the message associated with an error code on an archive.
zipDeleteAll (Function)
Deletes all files from an archive.
EmailReadPrevious (Function)
Reads the email found before the current email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
HDeleteAll (Function)
Deletes all records from a table, an HFSQL view or a query.
HashCheckFile (Function)
Checks the Hash of a file for a specific type of algorithm.
xmlNamespace (Type of variable)
The xmlNamespace type is used to handle the XML namespace of a node attribute in an XML document.
NFCStatus (Function)
Returns the activation status of the NFC sensor found on the device.
SpeechRecognitionTrigger (Function)
Triggers the device's speech recognition service....
Memory (Property)
The Memory property determines if the specified control is populated programmatically or is based on a table.
ThreadMode (Function)
Changes the management mode of threads.
Comparison operators
The comparison operators can be divided into several categories......
MultimediaOpen (Function)
Opens a media file in a Multimedia control.
diffApply (Function)
Applies a difference buffer to a specific buffer.
HCreateServerTrigger (Function)
Adds or modifies a server trigger on the HFSQL server.
StringEndsWith (Function)
Checks whether a character string ends: with a specific character string. with one of the character strings in an array....
GranularityDuration (Property)
The GranularityDuration property is used to get and change the size of the grid to resize: appointments in an Organizer control. appointments in a Scheduler control. events in a TimeLine control. tasks in a Gantt Chart column....
DirectInputAPT (Property)
The DirectInputAPT property is used to determine and specify if the user can directly change the title of an appointment in a Scheduler or Organizer control.
BrightnessModify (Function)
Modifies the setting of the brightness for the device screen.
Before (Property)
The Before property replaces or inserts a procedure before the other procedures in: a Procedure variable. an event associated with a control....
After (Property)
The After property replaces or inserts a procedure after the other procedures in: a Procedure variable. an event associated with a control....
ScrollbarPosition (Function)
Used to manage the position of scrollbars: Modifies or retrieves the position of one of the horizontal or vertical scrollbars found in a control of a WINDEV or WINDEV Mobile application. Retrieves the position of one of the horizontal or vertical scrollbars found in a control of a WEBDEV site....