ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

GglFillCalendarByRequest (Function)
Fills a calendar that was retrieved beforehand: the events corresponding to the calendar are retrieved from a custom request.
UUID (Type of variable)
The UUID type is used to easily manage: UUIDs or GUIDs, automatic UUID HFSQL identifiers, identifiers for COM/Automation objects and interfaces, ......
HInfoBackup (Function)
Returns information about one or more backups performed on an HFSQL Client/Server server....
EmailSeekFirstNotes (Function)
Seeks one or more emails according to specified criteria, in a local or remote Lotus Notes or Domino database.
The Drawer control
The Drawer control can be expanded in order to display (or not) the integrated controls......
JSONToVariant (Function)
Converts a JSON string to a Variant variable.
PhotoRunApp (Function)
Starts the native camera application of the device in order to take a photo.
Handling a Rich Text Area control through programming
To handle a Rich Text Area control programmatically, use the variable of the Rich Text Area control directly in the code......
Configuring a WINDEV SOAP server
WINDEV allows you to easily manage the SOAP protocol by allowing you to create......
SNMPStringToOID (Function)
Converts an OID from its text representation to its numeric representation.
HDeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
wsRequest (Type of variable)
The wsRequest type is used to define the advanced characteristics of a Webservice.
dSaveImagePNG (Example)
Usage example of the dSaveImagePNG function
LooperSave (Function)
Validates the modification or addition of the record associated with the current row in the Looper control.
xlsOpen (Function)
Opens an Excel file (xls or xlsx files).
apiRequest (Type of request)
The apiRequest type is used to define all the advanced characteristics of a request executed via a REST web service imported using the OpenAPI documentation.
Notification (Type of variable)
The Notification type is used to handle the local notifications or the push notifications.
SpreadsheetModifyName (Function)
Modifies the name used to identify a cell in a Spreadsheet control.
Push notification: iOS configuration
To use the Push notifications in iOS, you must have a Google account and you must perform a specific configuration......
fDateTime (Function)
Returns or modifies the different dates and times associated with a file or directory (date created, modified or accessed).
Lambda: Expressions and procedures
A lambda ("lambda function") is a more concise way to write internal procedures...
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
HFreeQuery (Function)
Free the resources of a query (after the call to HExecuteQuery or HExecuteSQLQuery).
iPrintReport (Function)
Prints a report created with the report editor.
End of break block
The End of break block is optional......