ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

GesturePointerType (Function)
Returns the type of pointer used on the device: finger, mouse or stylus.
ConsoleWrite (Function)
Writes a character string in the standard output stream "stdout" (also called "console").
ConsoleError (Function)
Writes a character string in the standard error output stream "stderr".
ConsoleRead (Function)
Reads a string in the standard input stream "stdin".
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....
URIToFile (Function)
Saves, in the background, the content of a resource (image, text, etc.) identified by its URI in an external file.
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.
PanelLoadConfiguration (Function)
Restores the configuration of the Dockable Panel controls in a window.
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.
AddReference (Function)
Adds the reference of an object at the last position in a one-dimensional array.
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.