ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

URI functions
The following functions are used to manage URIs...
ParallelTaskWait (Function)
Waits for the execution of a parallel task.
URISelect (Function)
Opens a system window to select a resource from: from the device file system, from the Cloud (Google Drive, Microsoft OneDrive, etc.) or from one of the content managers installed on the device....
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.
PDFSave (Function)
Saves the content of a pdfDocument variable in a ".PDF" file.
<Image>.Font (Function)
Declares the font that will be used by dTexte in an Image control.
<Image>.Background (Function)
Declares the default background color for the rectangles and circles, ... used in an Image control.
<Image>.DrawLine (Function)
Draws a line in an Image control.
<Image>.PixelColor (Function)
Identifies the color of a pixel in an Image control.
<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.
DocOpen (Function)
Opens a Word Processing file (docx format) in Read/Write mode. The docx file is opened and locked until it is closed....
ModbusWriteBit (Function)
Writes one or multiple bits to a specific address in a Modbus slave.
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).
<WDPic variable>.MergeLayer (Function)
Merges the layers of a WDPic image.
iImageHeight (Function)
Calculates the height of the image to print (in millimeters).
<Component>.Load (Function)
Loads an external component independent of the current project.
Handling the versions of a window, report, query or project
When creating and developing the different elements of a project (window, query, report, project, ......
ContactModify (Function)
Modifies the current contact in a Lotus Notes or Outlook address book.
Sum (Function)
Calculates the sum of the array elements.
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
DocSave (Function)
Saves a document as a "docx" file.
Contains (Function)
Allows you to check if a substring is within a string.