ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<htmlNode variable>.FindElementByTag (Function)
Searches for elements that correspond to a tag in an HTML node.
HTMLFindElementByClass (Function)
Searches for elements whose "class" attribute matches a specific value in an HTML document (or in an HTML node).
DiagramLoadLibrary (Function)
Loads a diagram file and creates a library of preset shapes from it.
How to create and run an SQL query through programming?
This help page explains how to create and run an SQL query through programming....
<Document variable>.ToText (Function)
Creates a character string with the data of a Document variable.
DocToImage (Function)
Exports a page found in a Word Processing document in image format.
<httpRequest variable>.ReplaceCookie (Function)
Replaces all cookies stored by HTTPSend for a domain.
<docFragment variable>.Add (Function)
Adds an element, text or image at the end of a docFragment variable.
<xmlDocument variable>.ExecuteXPath (Function)
Executes an XPATH query in an xmlDocument variable.
<mongoGridFS variable>.SendFile (Function)
Copies a file from the local computer to a MongoDB file system (gridFS).
InternalWindowPopup (Property)
The InternalWindowPopup property is used to get and modify the name of the internal window used to customize the content of marker popups in a Map control.
MemcachedAdd (Function)
Adds a new key/value couple into the Memcached cache....
MemcachedDelete(Function)
Deletes a key from the Memcached cache.
MemcachedDeleteKeyGroup (Function)
Deletes a key from the Memcached cache on a group of servers.
MQTT functions (prefix syntax)
The following functions are used to manage MQTT clients...
<btleDevice>.Initialize (Function)
Initializes a Bluetooth Low Energy device in Windows.
xlsSave (Function)
Saves an XLS document.
diffCreate (Function)
Compares two buffers and creates a buffer containing the differences between these two buffers.
<Image variable>.Copy (Function)
Copies an image to another image.
DocAdd (Function)
Adds: at the end of a Word Processing document: an element, a document, a paragraph, a text, an image or a fragment. at the end of a fragment: an element, a text or an image....
ImageLayerVisible (Function)
Used to make a layer found in a WDPIC image visible or invisible.
ToolTip (Property)
The ToolTip property is used to get and change the text displayed in the tooltip associated with a window or page control.
Page Header block
The Page header block is printed on each new page......
DateTimeToString (Function)
Converts a DateTime to string in the specified format.
dCrop (Function)
Returns the cropped part of an image. This image is found in an Image variable.