ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HexaToInt (Function)
Returns the numeric value of a hexadecimal string.
CertificateList (Function)
Returns the list of certificates available on the computer.
sInExitQueue (Function)
Retrieves the number of bytes waiting to be transferred in the output buffer of the specified serial port or parallel port.
Thread (Type of variable)
The Thread type allows you to define all the characteristics of a thread.
RETURN statement
The RETURN statement is used to exit a statement block and the current process (or procedure).
StringToDate (Function)
Converts a date in character string format to a date in YYYYMMDD format.
CameraConfigure (Function)
Allows you to configure the video capture driver.
VideoConfigure (Function)
Allows you to configure the video capture driver.
emailOutlookSession (Variable type)
The emailOutlookSession type is used to handle the Outlook messaging software (emails, contacts, groups of contacts, tasks, appointments and folders).
Thumbnail (Property)
The Thumbnail property is used to find out and modify the image displayed in thumbnail in a Thumbnail control.
Member (Property)
When used on Variant variables, the Member property is used to get the array of named elements.
StringIncrement (Function)
Increments a number at the beginning or at the end of a string.
restResponse (Variable type)
The restResponse type is used to define all the advanced characteristics of a REST response.
OOP concepts
A class contains the description of a data structure (members) and the processes (methods) that handle this structure....
NFCStatus (Function)
Returns the activation status of the NFC sensor found on the device.
Lock constants
List of constants used by the functions for locking the applications....
NotesCloseDatabase (Function)
Closes the local or remote database used (Lotus Notes or Domino).
iPrintReport (Example)
Usage example of the iPrintReport function
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....