ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<pdfDocument variable>.GetSignature (Function)
Gets the signature of a PDF document as a buffer.
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.
<Connection variable>.AddScheduledOptimization (Function)
Adds an optimization task of HFSQL Client/Server data files....
HTMLInsertBefore (Function)
Adds a node before the specified node in an HTML document.
DriveDeleteFile (Function)
Deletes a file on the remote disk.
<Variable Drive>MoveFile (Function)
Moves a file present in an Drive directory to another directory on this Drive (remote disk).
14. Distribute Reports and Queries with your applications
WINDEV Tutorial - Reports and Queries Distribute Reports and Queries with your applications - 10 min
Cursor constants
List of constants used by the functions for managing cursors and the mouse...
ListModify (Function)
Modifies an element in a List Box, ListView or Combo Box control populated programmatically.
2. Creating files in the analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 2 - Creating files in the analysis - 40 min
SaaSAdminModifySubscription (Function)
Modifies a SaaS subscription.
ParallelTaskWait (Function)
Waits for the execution of a parallel task.
MemcachedAssignKeyGroup (Function)
Modifies a key/value couple in the Memcached cache on a group of servers: If the key exists, the value is modified. If the key does not exist, the key/value couple is added....
<httpRequest variable>.WriteCookie (Function)
Adds or modifies a cookie in an HTTP request.
<fbSession variable>.Start (Function)
Used to authenticate and log in to Faceboook.
<fbSession variable>.Request (Function)
Sends an HTTP request to the Facebook Graph API.
HTMLEditorGetSelection (Function)
Asynchronously retrieves the current selection from an HTML Editor control.
HTMLEditorToEmail (Function)
Exports the content of an HTML Editor control to an Email variable (to send the email).
<Component>.Load (Function)
Loads an external component independent of the current project.
Slider control properties (in a window)
List of properties associated with the Slider control found in a window...
Various constants
List of various constants used by the constants WINDEV functions....
7. Sending an email
WINDEV Tutorial: WINDEV application: Managing data Lesson 7 - Sending an email - 20 min