ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HTMLInsertAfter (Function)
Adds a node after the specified node in an HTML document.
<Page>.DisplayPopup (Function)
Displays a WEBDEV page as a popup in the current page with a DDW (Dim Disabled Windows) effect.
<HTML Display control>.FromEmail (Function)
Imports the HTML content of an email and its images into an HTML Display control. The images contained in the email are also displayed in the control.
Required or invalid input in WINDEV
WINDEV and WINDEV Mobile include several options to manage required or invalid input, both via the window editor and through programming......
Private Store for mobile applications
There are two methods two deploy your applications......
Invalid input management functions
Invalid input management functions...
StringDeleteDuplicate (Function)
Removes duplicates among substrings of a string, based on one or more separators.
Permission (Type of variable)
The Permission type represents a permission requested by the application (and therefore declared in the manifest).
PermissionList (Function)
Returns one or all the permissions declared by the application.
<Array>.AddReference (Function)
Adds the reference of an object at the last position in a one-dimensional array.
<Array>.InsertReference (Function)
Adds the reference of an object at given position in a one-dimensional array.
HTMLInsertBefore (Function)
Adds a node before the specified node in an HTML document.
<Page>.ClosePopup (Function)
Hides a popup page displayed in the page via PopupDisplayPage.
HTMLWrap (Function)
Wraps the specified node in a given node of an HTML document.
HTMLWrapAllChildren (Function)
Wraps all children of the given node in a new node in an HTML document.
HTMLUnwrapAllChildren (Function)
Deletes the specified node in an HTML document without deleting its children, which take its place.
HTMLRemove (Function)
Removes the specified node and its descendants in an HTML document.
HTMLInsertFirstChild (Function)
Adds a child at the start of the children of the current node in an HTML document.
HTMLInsertLastChild (Function)
Adds a child after the child of the current node in an HTML document.
HTMLRemoveChild (Function)
Removes a given node in the current node of an HTML document.
HTMLModifyAttribute (Function)
Adds or changes an attribute of the current node of the HTML document.
BTLEInitializeDevice (Function)
Initializes a Bluetooth Low Energy device in Windows.
Project description: Style tab
The project description window allows you to configure various elements of your project......
Developing an iOS 14 widget
An iOS widget is an application intended to be displayed as a widget on iOS devices (iPhone, iPad, etc....
iOS 14 widget windows
An iOS application with an iOS widget configuration can contain one or more iOS 14 widget windows......