ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Saving entered data (AAF)
ContactListSource (Function)
Lists the sources (or accounts) of the contacts saved on the device.
AppointmentListCalendar (Function)
Lists the calendars available on the mobile device (Android/iOS)....
DocAdd (Function)
Adds: at the end of a Word Processing document: an element, a document, a paragraph, a text, an image or a fragment. at the end of a fragment: an element, a text or an image....
HTTPSendAsynchronous (Function)
Sends an HTTP request in asynchronous mode: the program continues to run and the response is processed by a specific procedure. This new feature is available as of WINDEV Suite SaaS 2025 Update 3....
NotifAdd (Function)
Adds a notification to the system bar (Android) or notification center (iOS).
xlsGetMerge (Function)
Determines if a cell is merged with other cells and gets the merged cell range.
xlsRecalculateAll (Function)
Recalculates all formulas in an Excel (XLSX) document.
Pop (Function)
Pops an element from a stack.
HOperationInProgress (Function)
Returns the list of automatic operations in progress on an HFSQL server.
Null (Property)
The Null property is used to: Assign NULL to the item for the current record. Find out whether the item is associated with the NULL value for the current record. Define the default value of an item when the item is described programmatically....
SQL : ORDER BY clause: Organizing the result of a query
The ORDER BY clause is used to sort the records selected by an SQL query......
DocToText (Function)
Creates a character string from the data: found in a Word Processing control or in a Word Processing document. found in a paragraph of a Word Processing control....
MongoGridFSSendFile (Function)
Copies a file from the local computer to a MongoDB file system (gridFS).
HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.
RESTSend (Function)
Sends a REST request and waits for the server response.
Handling controls in a window
The different operations that can be performed on the window controls are as follows......
EmailMessageLength (Function)
Calculates the size of specified message (without loading the message).
DriveSendFile (Function)
Sends a file (present on the user's machine) to an Drive (remote disk)....
HTTPCookieReplace (Function)
Replaces all the cookies stored for a domain: by HTTPRequest. by HTTPSend....