ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Usage example of the XML types
The following examples is used to handle an XML document via the xmlDocument and cmlNode variables, ...
Display modes of Tab control
To optimize the style of your tabs, you have the ability to use images and colors......
<htmlNode variable>.UnwrapAllChildren (Function)
Deletes the specified node in an HTML document without deleting its children, which take its place.
<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.
<WBAdminAuth variable>.Disconnect (Function)
Deletes a connection from a WEBDEV Application Server.
<htmlNode variable>.InsertFirstChild (Function)
Adds a child at the start of the children of the current node in an HTML document.
<htmlNode variable>.Remove (Function)
Removes the specified node and its descendants in an HTML document.
<pdfDocument variable>.NbSignatures (Function)
Gets the number of signatures in a PDF document.
Managing space characters in the searches?
3. Types of accessible files
2. Types of accessible files
Types of accessible files...
13. Types of standard controls
Types of recognized PCL printers
WINDEV and WEBDEV allow you to automatically print for a number of specific PCL printers......
<emailIMAPSession variable>.StartSession (Function)
Starts an IMAP session.
<Connection variable>.AddScheduledOptimization (Function)
Adds an optimization task of HFSQL Client/Server data files....
<pdfDocument variable>.GetSignature (Function)
Gets the signature of a PDF document as a buffer.
<Document variable>.Save (Function)
Saves a document as a "docx" file.
<fbSession variable>.Start (Function)
Used to authenticate and log in to Faceboook.
<httpRequest variable>.WriteCookie (Function)
Adds or modifies a cookie in an HTTP request.
<fbSession variable>.Request (Function)
Sends an HTTP request to the Facebook Graph API.
<WDPic variable>.MergeLayer (Function)
Merges the layers of a WDPic image.
Translucent effect of windows
Depending on the style of your applications, the border of your windows can be translucent......
HTMLFindElementByID (Function)
Searches for the element whose "ID" attribute matches a specific value in an HTML document (or in an HTML node).
<Image variable>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
<mongoCollection variable>.DeleteOne (Function)
Deletes a document from a collection in a MongoDB database.