ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MenuAddMenu (Function)
Adds a new menu to an existing drop-down or context menu of a window or page.
HDeleteTrigger (Function)
Deletes a trigger.
SMSNbMessage (Function)
Returns the number of SMS messages stored on an Android phone.
JSEvent (Function)
Associates a browser procedure with an event on an object in browser code.
ChronoEnd (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to ChronoStart).
ChronoValue (Function)
Indicates the time elapsed (in milliseconds) since the call to ChronoStart.
GglAnalyticsAddException (Function)
Adds an exception beside Google Analytics.
fMemWait (Function)
Waits for the end of process about the notifications of modification of a shared memory area.
HDeactivateTrigger (Function)
Disables a trigger.
SMSFirst (Function)
Reads the first SMS message stored on the Android phone.
SMSNext (Function)
Reads the following SMS message stored on the Android phone.
USBDetectRemovableStorage (Function)
Detects whether a removable storage unit (CD, USB key, USB camera, ...) was added or removed.
apLog (Function)
Saves an information in a "log" file during the execution of an action plan.
FramesetRefresh (Function)
Refreshes a frameset displayed in the user's browser from the context on the server....
fDriveInfo (Function)
Returns information about a drive.
fDetectRemovableStorage (Function)
Detects whether a removable storage unit (CD, USB key, USB camera, ...) was added or removed.
Now (Function)
Returns or modifies the system time (current time defined for the current computer).
InternetConnected (Function)
Defines whether an Internet connection is enabled on the current computer. In mobile, you can also be notified when the status of the Internet connection changes.
MenuAddOption (Function)
Adds a new option after the last option of a drop-down or context menu.
SpreadsheetAddWorksheet (Function)
Adds a worksheet into a Spreadsheet control found in a window.
SpreadsheetInsertWorksheet (Function)
Inserts a worksheet into a Spreadsheet control found in a window.
BTLEInitialize (Function)
Initializes Bluetooth Low Energy (required in Windows and iOS only)
ActionDo (Function)
Creates and runs a custom action (defined through programming) with support of "Undo/Redo"....
ParallelTaskWait (Function)
Waits for the execution of a parallel task.
<Array>.MoveLine (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....