ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

BufferToURI (Function)
Saves the contents of a buffer to a resource identified by its URI.
PopupDisplayPage (Function)
Displays a WEBDEV page as a popup in the current page with a DDW (Dim Disabled Windows) effect.
PopupClosePage (Function)
Hides a page displayed as a popup via PopupDisplayPage.
HTMLFromEmail (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.
LinkColorRTF (Function)
Changes the color of links in all RTF Edit controls in the application.
DownloadAdd (Function)
Adds a new download in the device's download manager....
DownloadGetInfo (Function)
Retrieves the details of a download present in the download manager.
DownloadRemove (Function)
Cancels a download by removing it from the download manager, and deletes any existing files.
DownloadList (Function)
Lists the downloads from the current application in the download manager.
JSONToXML (Function)
Converts a JSON string to XML.
XMLToJSON (Function)
Converts an XML string to JSON.
FileToURI (Function)
Saves the contents of a file to a resource identified by its URI.
SpreadsheetMoveWorksheet (Function)
Moves a worksheet within a Spreadsheet control in a window.
PermissionRequest (Function)
Prompts the user to grant an application permission.
PermissionList (Function)
Returns one or all the permissions declared by the application.
WidgetProcedure (Function)
Specifies the procedure that will be called when the user clicks an iOS 14 widget.
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.
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.