ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

CertificateList (Function)
Returns the list of certificates available on the computer.
<WLanguageCodeFormatting>MetEnForme (Function)
Put in Geometry a WLanguage code: coloring, standardized rewriting, indentation, translation.
Functions for handling commands in console mode (prefix syntax)
Functions for handling commands in console mode....
URIToFile (Function)
Saves, in the background, the content of a resource (image, text, etc.) identified by its URI in an external file.
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....
EnumerationCheckName (Function)
Checks whether an enumeration value known by its name is valid.
<Source>ExportJSON String (Function)
Exports the records from a table (HFSQL or OLE DB), view, or query to a JSON string.
Input suggestion functions
The following functions are used to program input suggestion options in Edit controls...
Scanner functions
The scanner functions are as follows:...
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.
CodeWLanguageMetEnForme (Function)
Put in Geometry a WLanguage code: coloring, standardized rewriting, indentation, translation, etc.
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.
<xmlNode>.ToJSON (Function)
Converts an XML string to JSON.
HTMLFindElementByName (Function)
Searches for elements whose "name" attribute matches a specific value in an HTML document (or in an HTML node).
<EmailPOP3Session variable>.GetAll (Function)
Retrieves all the emails found on a POP3 server.
<Polygon2D variable>.IsValid (Function)
Checks whether the specified 2D polygon is valid according to the OGC rules.
<Polygon2D variable>.SerializeWKT (Function)
Serializes a 2D polygon using the Well-Known Text (WKT) format.
<Polygon2D variable>.ConvexHull (Function)
Calculates the convex hull of the specified 2D polygon.
<Polygon2D variable>.Disjoint (Function)
Determines whether two geometries are disjoint, i.e. whether their intersection is empty.
Dynamic Automation object
A dynamic automation object is an automation object allocated upon request, during the program execution...