ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

How to read emails via the IMAP protocol?
This help page explains how to read emails via the IMAP protocol....
<htmlNode variable>.InsertAfter (Function)
Adds a node after the specified node in an HTML document.
<htmlNode variable>.InsertBefore (Function)
Adds a node before the specified node in an HTML document.
HTMLInsertBefore (Function)
Adds a node before the specified node in an HTML document.
HTMLInsertAfter (Function)
Adds a node after the specified node in an HTML document.
Managing the remote accesses
The remote accesses are used to create a temporary network connection......
Move (Function)
Allows you to: move an element in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.). The other array elements are moved accordingly. swap two elements in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.)....
The TreeView control
The TreeView control is a tree structure used to simplify the display of information that can be represented hierarchically......
WDConver: Presentation
WDConver is a tool used to convert data to an HFSQL Classic table from a file......
AAF: Handling the columns of a Table control
The Table controls displayed in a window allow the end user to perform several operations......
FOR EACH/FOR ALL statement (loop through a variable of type XMLReader)
The FOR EACH statement loops through a variable of type xmlReader in various ways: Loop through a level. Loop through a level with copy. In-depth loop....
Providing an image per DPI
On mobile, when displaying images, each device has its own physical size and its own graphic resolution......
iOS 14 widget windows
An iOS application with an iOS widget configuration can contain one or more iOS 14 widget windows......
HTMLWrap (Function)
Wraps the specified node in a given node of an HTML document.
HTMLRemoveChild (Function)
Removes a given node in the current node of an HTML document.
<htmlNode variable>.Wrap (Function)
Wraps the specified node in a given node of an HTML document.
<htmlNode variable>.RemoveChild (Function)
Removes a given node in the current node of an HTML document.
Images, colors and tabs
To optimize the appearance of your screens, WINDEV, WEBDEV and WINDEV Mobile allows you to use images or colors in your tab controls......