ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

AddReference (Function)
Adds the reference of an object at the last position in a one-dimensional array.
URIToBuffer (Function)
Loads in the background the content of a resource (image, text, etc.) identified by its URI in a buffer variable.
URIGetInfo (Function)
Retrieves information of a URI resource.
EncryptAsymmetric (Function)
Encrypts a buffer using an asymmetric encryption algorithm (RSA) that requires a public key and a private key.
Yesterday (Function)
Returns the date of the day preceding the current day or a given date.
Tomorrow (Function)
Returns the date of the day following the current day or a given date.
LeapYear (Function)
Indicates whether the specified year is a leap year or not.
GesturePointerType (Function)
Returns the type of pointer used on the device: finger, mouse or stylus.
TraceDeleteAll (Function)
Clears the content of trace window opened in parallel with the current window.
GetUUID (Function)
Calculates a 128-bit Universal Unique Identifier ("UUID").
dPolyline (Function)
Draws a line composed of multiple segments.
ArrayAddReference (Function)
Adds the reference of an object at the last position in a one-dimensional array.
URIToFile (Function)
Saves, in the background, the content of a resource (image, text, etc.) identified by its URI in an external file.
HExportXLS (Function)
Exports records from a data file (HFSQL or OLE DB), view or query to an Excel file (XLSX).
HExportCSV (Function)
Exports the records found in a data file (HFSQL or OLE DB), a view or a query to a CSV file.
ArrayInsertReference (Function)
Adds the reference of an object at given position in a one-dimensional array.
InsertReference (Function)
Adds the reference of an object at given position in a one-dimensional array.
GetCountryName (Function)
Returns the name of a country that corresponds to its ISO code according to the ISO 3166-1 standard.
GetCountryISO (Function)
Returns the desired ISO code of a country corresponding to the caption or ISO code (of a different type) of the country according to the ISO 3166-1 standard.
PDFReaderRotatePage (Function)
Rotates a page displayed in the PDF Reader control.
MongoGridFSGetFileInfo (Function)
Allows you to get information about a MongoDB file (gridFS).
ImageLayerVisible (Function)
Used to make a layer found in a WDPIC image visible or invisible.
TestOnError (Function)
Provokes: an assertion during the test of element or project (Go mode). an error in automated test mode....
TestError (Function)
Provokes: an assertion during the test of element or project (Go mode). an error in automated test mode....
iPrintXLS (Function)
Prints the current worksheet of a document in "xlsx" or "xls" format.