ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<JSON variable>.ToXML (Function)
Converts a JSON string to XML.
<WDPic variable>.Resize (Function)
Resizes a WDPic image.
<Certificate variable>.OpenProperties (Function)
Opens the Windows window used to find out the properties of a certificate.
<Diagram variable>.Load (Function)
Loads a diagram into a Diagram variable from a ".wddiag" file, a memo or a binary buffer.
Functions for handling commands in console mode (prefix syntax)
Functions for handling commands in console mode....
HTTPSimulateNetwork (Function)
Simulates a slow network by limiting the download and upload speed.
MemcachedAddKeyGroup (Function)
Adds a new key/value couple into the Memcached cache on a group of servers....
<Source>ExportJSON String (Function)
Exports the records from a table (HFSQL or OLE DB), view, or query to a JSON string.
WBAdminDeleteApplication (Function)
Deletes an application from a WEBDEV Application Server.
<emailIMAPSession variable>.Expunge (Function)
Destroys all the deleted emails marked as deleted ("Deleted" status) from the current folder of IMAP session.
SOAPToHTTP (Function)
Builds the HTTP request to call a function of a web service. This request can be modified to adapt it to the expectations of the web service, if necessary. It can then be sent using HTTPSend.
CertificateList (Function)
Returns the list of certificates available on the computer.
<fbSession variable>.Stop (Function)
Closes the Facebook session opened with the FBStartSession function.
CertificateCheckString (Function)
Checks the correspondence between a signature and a string.
Standard FTP functions
List of standard FTP functions...
CertificateSignString (Function)
Creates the signature of a character string.
<WLanguageCodeFormatting>.Format (Function)
Formats WLanguage code: coloring, normalized rewriting, indentation, translation.
<Scanner variable>.Capability (Function)
Used to determine if a scanner has a given capability.
<xmlNode>.ToJSON (Function)
Converts an XML string to JSON.
Principle of remote check
DriveListeFileGgl (Function)
Lists files from the Google suite (Google Docs, Google SpreadSheets, etc.) present in a Google Drive.
Thread management constants
List of constants used by the functions for managing threads, critical sections, semaphores, mutexes, ......
Automation object
The Automation keyword is used to declare an automation object...
COMCallMethod (Function)
Runs a method of an interface of a COM object instantiated by COMCreateInstance.
COMCreateInstance (Function)
Instantiates a COM object (Component Object Model).