ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<GuidedTour>ChangeStep (Function)
Modifies the current step of the guided tour.
PicMergeLayer (Function)
Merges the layers of a WDPic image.
<emailIMAPSession variable>.ListFolder (Function)
Returns the list of folders of an IMAP session.
<emailAttach variable>.SaveAttachment (Function)
Copies the attachment of current email onto the user computer (locally).
<htmlNode variable>.InsertAfter (Function)
Adds a node after the specified node in an HTML document.
GuidedTourStepChange (Function)
Modifies the current step of the guided tour.
EncryptAsymmetric (Function)
Encrypts a buffer using an asymmetric encryption algorithm (RSA) that requires a public key and a private key.
DecryptAsymmetricEnveloped (Function)
Performs the asymmetric encryption of an envelope that has been encrypted with EncrypteAsymmetricEnveloped.
GanttAddTask (Function)
Adds a task in a Gantt Chart column in a Table or TreeView Table control.
MongoModifyAll (Function)
Modifies documents in a collection of a MongoDB database.
BTLEStatus (Function)
Returns the current Bluetooth activation status on the device or asks to be notified when the activation status changes.
Managing a Text token Edit control
...Interfaces that use token controls are common. A Token control contains variable amounts of information in a limited area....
MongoDeleteDatabase (Function)
Deletes a MongoDB database as well as its collections.
MongoDeleteOne (Function)
Deletes a document from a collection in a MongoDB database.
MongoDeleteCollection (Function)
Deletes a collection from a MongoDB database.
<Organization Chart>.Add (Function)
Adds a new root element into an Organization Chart control.
<Organization Chart>.AddChild (Function)
Adds a child element into an Organization Chart control.
<Organization Chart>.Occurrence (Function)
Returns the number of elements found in an Organization Chart control.
<Scanner variable>.Property (Function)
Used to get and change the characteristics of a scanner.
<picLayer variable>.InvertColor (Function)
Inverts the colors of a picLayer variable.
<picLayer variable>.Resize (Function)
Resizes an image in a picLayer variable.
CancelAWPContext (Function)
Deletes from the AWP context a variable that was added by DeclareAWPContext.
StringDeleteDuplicate (Function)
Removes duplicates among substrings of a string, based on one or more separators.
ERR_CANNOT_CREATE_TMP
Checking spelling in edit controls
WINDEV lets you use the spelling checker in the Edit controls and text columns of the Table controls of WINDEV applications......