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.
dSaveImagePNG (Example)
Usage example of the dSaveImagePNG function
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.
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.
Width (Property)
The Width property gets and changes the width: of a control or block in a report. of a control (found in a window), window, column found in a table or column found in a list box (including listview). of a control (found in a page), column found in a table or column found in a list box. The control can be overlayable or not....
wsRequest (Type of variable)
The wsRequest type is used to define the advanced characteristics of a Webservice.
NotesItem (Function)
Returns the value of items for the current Notes document in Lotus Notes.
JSONXMLConverter (Type of variable)
The JSONXMLConverter type is used to define all the advanced characteristics of the conversion of an XML object to JSON (or conversely) via XMLToJSON and JSONToXML).
Push notification: iOS configuration
To use the Push notifications in iOS, you must have a Google account and you must perform a specific configuration......
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.
SpreadsheetModifyName (Function)
Modifies the name used to identify a cell in a Spreadsheet control.
iParameterViewer (Function)
Configures the report viewer.
fDateTime (Function)
Returns or modifies the different dates and times associated with a file or directory (date created, modified or accessed).
LooperSave (Function)
Validates the modification or addition of the record associated with the current row in the Looper control.
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.
Bar code constants
Subscribing an element to the dictionary
The subscription to a dictionary element is automatically proposed......