ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

MapDeleteAll (Function)
Deletes the following from a Map control: all markers, all shapes, all images....
<Document variable>.Add (Function)
Adds at the end of a Document variable: an element, a document, a paragraph, a text, an image or a fragment.
<mongoGridFS variable>.GetFileByID (Function)
Retrieves (on the local computer) a file identified by its identifier and found in a MongoDB file system.
<mongoGridFS variable>.GetFile (Function)
Retrieves (on the local computer) a file identified by its name and found in a MongoDB file system.
<Queue variable>.Dequeue (Function)
Dequeues an element from a queue.
<emailIMAPSession variable>.RemoveFolder (Function)
Deletes a folder on an IMAP server.
<Stack variable>.Pop (Function)
Pops an element from a stack.
Kanban control functions
The following functions handle Kanban controls......
Scanner functions (prefix syntax)
The scanner functions are as follows:...
<Connection variable>.OperationInProgress (Function)
Returns the list of automatic operations in progress on an HFSQL server.
<AuthToken>.RefreshToken (Function)
Refreshes a user's OAuth2 token when it expires....
FBSessionStatus (Function)
Checks the status of a Facebook session.
StringStartsWith (Function)
Checks whether a character string starts: with a specific character string. with one of the character strings in an array....
<Image>.Last (Function)
Displays the last image for the scroll.
<Image>.StartScrolling (Function)
Starts cycling through images.
<Image>.ScrollingPosition (Function)
Returns the displayed image.
<Image>.Previous (Function)
Displays the previous image for the scroll.
<Image>.First (Function)
Displays the first image for the scroll.
<Image>.Occurrence (Function)
Returns the total number of images taken into account by the scroll.
<Image>.Next (Function)
Displays the next image for the scroll.
Browser management functions
List of functions for managing browsers...
TimelineListEvent (Function)
Returns: the list of events found between two given times in a TimeLine control, all events of a TimeLine control, a specific event (selected or hovered)....
COMCallMethod (Function)
Runs a method of an interface of a COM object instantiated by COMCreateInstance.
Dequeue (Function)
Removes an element from the queue.
Pop (Function)
Pops an element from a stack.