ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

12. Preventing from going back to a page
<Array>.AnyTrue (Function)
Returns True if at least one element of an array is True.
tapiCallerID (Function)
Used to find out the calling phone number (the one that calls).
AJAX programming
The diagram below presents the use of "programmed AJAX" in a WEBDEV site......
Using an external component in an application
A component can be reused at any time in any application......
ERR_NO_CURRENT_PAGE
<Array>.AnyFalse (Function)
Returns True if at least one element of an array is False.
Item Description (Type of variable)
An Item Description variable is used to describe one or more items in a data file programmatically.
ContactEdit (Function)
Opens the form of a contact in edit mode in the device's native contacts application (Android, iPhone, iPad, Universal Windows)....
ERR_BAD_CONTEXT_INVALID
Managing sockets with WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions allowing you to perform an advanced management of sockets......
Storing the breaks in the Table/Looper controls (AAF)
When end users work on a complex Table or Looper control with multiple breaks, they may want to save the current layout......
awSendAndGetInfo (Function)
Sends data from an iOS phone to an Apple Watch (or conversely) while expecting a response.
<Multimedia>.Duration (Function)
Returns the size of the media file currently played (in milliseconds) in the Multimedia control.
HTMLEditorToEmail (Function)
Exports the content of an HTML Editor control to an Email variable (to send the email).
<HTML editor>.ToEmail (Function)
Exports the content of an HTML Editor control to an Email variable (to send the email).
MCIPositionFormat (Function)
Fixes the format used to define the position in a media file (opened by MCIOpen).
MCITrackCount (Function)
Returns the number of tracks found in a media file that was opened beforehand (MCIOpen).
<Diagram variable>.Load (Function)
Loads a diagram into a Diagram variable from a ".wddiag" file, a memo or a binary buffer.
DiagramLoad (Function)
Loads a diagram into a Diagram variable from a ".wddiag" file, a memo or a binary buffer.
<Variable Drive>SendDirectory (Function)
Sends a directory and its files (present on the user's machine) to an Drive (remote disk)....
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......
HSecurity (Function)
Enables or disables the automatic security mechanism on one or more data files.
HSetPosition (Function)
Sets the position on a record, based on the approximate position of one of its items.
gToText (Function)
Deletes the graphic elements from a character string that uses gStoredValue, gImage, ...