ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<htmlNode variable>.Remove (Function)
Removes the specified node and its descendants in an HTML document.
<Kanban list>.InsertCard (Function)
Inserts a card in a Kanban list.
<xlsDocument variable>.MergeCell (Function)
Merges the specified cells in an Excel document.
<xlsDocument variable>.UnmergeCell (Function)
Unmerges a given cell.
<htmlNode variable>.UnwrapAllChildren (Function)
Deletes the specified node in an HTML document without deleting its children, which take its place.
<htmlNode variable>.Wrap (Function)
Wraps the specified node in a given node of an HTML document.
<htmlNode variable>.WrapAllChildren (Function)
Wraps all children of the given node in a new node in an HTML document.
<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.
<htmlNode variable>.InsertLastChild (Function)
Adds a child after the child of the current node in an HTML document.
<htmlNode variable>.InsertFirstChild (Function)
Adds a child at the start of the children of the current node in an HTML document.
<htmlNode variable>.ModifyAttribute (Function)
Adds or changes an attribute of the current node of the HTML document.
<Kanban list>.ListIndex (Function)
Returns the index of a list in a Kanban control.
<htmlNode variable>.RemoveAttribute (Function)
Removes a given attribute
<htmlNode variable>.RemoveChild (Function)
Removes a given node in the current node of an HTML document.
<Scanner variable>.ToPDF (Function)
Saves a document from a scanner to a PDF file.
<Scanner variable>.Property (Function)
Used to get and change the characteristics of a scanner.
<Scanner variable>.WithUserInterface (Function)
Saves a document from a scanner to one or more files, using the scanner's user interface....
<Scanner variable>.ToImage (Function)
Retrieves a document from a scanner in a variable of type Image.
<PDF reader>.AddWatermark (Function)
Adds a watermark to all the pages of a PDF file in a PDF Reader control.
<pdfPage variable>.AddWatermark (Function)
Adds a watermark to a page of an existing PDF file.
<pdfDocument variable>.AddWatermark (Function)
Adds a watermark to all the pages of an existing PDF file.
<pdfPage variable>.AddImage (Function)
Adds an image to a page in an existing PDF file.
<HFSQL connection>.TransactionRollbackToSavepoint (Function)
Rolls the transaction back to the savepoint.
<HFSQL connection>.TransactionSavepoint (Function)
Declares a transaction savepoint.