ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDADMINEXE : Information about last available update
The "Setup" tab of WDADMINEXE contains information regarding the last available update of the application......
StringToNum (Function)
Returns the numeric value of a character string. This feature enables you to perform numeric calculations on strings.
WebSocketListConnectedUser (Function)
Lists the clients connected to the WebSocket server.
Document (Property)
The Document property is used to identify or modify the HTML document associated with an HTML Display control or an HTML Editor control.
Modbus
Modbus is a "field" (industrial and/or restricted environments) communication protocol created in 1979......
Source (Property)
The Source property can be used on: a Chart control: in this case, the Source property is used to get the source of the series: Table column, list of values, ... a connection: in this case, the Source property is used to get or set the source of a connection (HFSQL Client/Server, OLE DB, etc.)....
WebSocket functions (prefix syntax)
List of functions specific to WebSocket servers...
<xlsDocument variable>.RecalculateAll (Function)
Recalculates all formulas in an Excel (XLSX) document.
Constants used by the scanner functions
Constants used by the scanner functions...
Scanning a document (via a WIA driver)
Windows Image Acquisition (WIA) is a Windows device driver interface and API that allows applications to scan documents using a scanner......
PDFSign (Function)
Applies an approval signature to an existing PDF.
<Variable pdfDocument>Sign (Function)
Applies an approval signature to an existing PDF.
AppleSignIn (Function)
Used to implement authentication via "Sign In with Apple" on devices running on iOS 13 and higher.
<mongoGridFS variable>.GetFileByID (Function)
Retrieves (on the local computer) a file identified by its identifier and found in a MongoDB file system.
1. Examples provided with WINDEV Mobile
7. Source Code Manager (SCM)
Handling controls in a report
The different operations available for the report controls are as follows......
<emailIMAPSession variable>.RemoveFolder (Function)
Deletes a folder on an IMAP server.
<Document variable>.Add (Function)
Adds at the end of a Document variable: an element, a document, a paragraph, a text, an image or a fragment.
Management of Google documents
Google Docs and Google Spreadsheet are the online word processing and the online spreadsheet proposed by Google......
HTMLFindElementByClass (Function)
Searches for elements whose "class" attribute matches a specific value in an HTML document (or in an HTML node).
Managing the emails with the POP3/SMTP protocols
The POP3 and SMTP protocols are protocols for email management recognized by all Internet Service Providers......
XMLExecuteXPath (Function)
Executes an XPATH query: in an XML document. in an xmlDocument variable....
<mongoGridFS variable>.GetFile (Function)
Retrieves (on the local computer) a file identified by its name and found in a MongoDB file system.
StopWord (Property)
The StopWord property is used to define stopwords in a full-text index defined through programming.