ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

emailOutlookSession (Variable type)
The emailOutlookSession type is used to handle the Outlook messaging software (emails, contacts, groups of contacts, tasks, appointments and folders).
Thread (Type of variable)
The Thread type allows you to define all the characteristics of a thread.
ExecuteCode (Function)
Runs the WLanguage code found in a character string.
TopMargin (Property)
The TopMargin property is used to: Find out the top margin of a report. Modify the top margin of a report....
LeftMargin (Property)
The LeftMargin property is used to: Find out the left margin of a report. Modify the left margin of a report....
RETURN statement
The RETURN statement is used to exit a statement block and the current process (or procedure).
StringIncrement (Function)
Increments a number at the beginning or at the end of a string.
PageReadHeaderHTTP (Function)
Reads and returns one or more HTTP headers received by the current page (these headers are sent by the client to the server in the current request).
CameraConfigure (Function)
Allows you to configure the video capture driver.
VideoConfigure (Function)
Allows you to configure the video capture driver.
iPageNum (Function)
Returns or initializes the number of the page currently printed.
fMemOpen (Function)
Opens a memory zone shared between several applications.
BankHolidayList (Function)
Returns the list of the public holidays defined by BankHolidayAdd.
HDeleteSet (Function)
Deletes a set of stored procedures from an HFSQL server.
HResetGroup (Function)
Initializes the structure for group management (HGroup) with the default values.
HDeleteQuery (Function)
Deletes a query (used by stored procedures) from an HFSQL server.
iPrintReport (Example)
Usage example of the iPrintReport function
restResponse (Variable type)
The restResponse type is used to define all the advanced characteristics of a REST response.
NFCStatus (Function)
Returns the activation status of the NFC sensor found on the device.
Declaring a procedure/a function
The different syntaxes for declaring a procedure...