ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Items (Property)
The Items property is used to configure the different items of a full-text index.
SaaSAdminAddSubscription (Function)
Adds a subscription to a pricing of a SaaS site for a client account.
SaaSAdminListClientSubscription (Function)
Lists the SaaS subscriptions of a client account.
<mongoGridFS variable>.ListFile (Function)
Retrieves the list of MongoDB files found in the MongoDB file system (gridFS).
<mongoCollection variable>.Find (Function)
Finds documents in a MongoDB collection.
RedisPipelineGet (Function)
Retrieves the result of the execution of a Redis command that was added by RedisPipelineAdd.
RedisPipelineReset (Function)
Ignores the results of the execution of a Redis command that was added by RedisPipelineAdd.
<Word Processing>.ToImage (Function)
Exports a page from a Word Processing control in image format.
<Array>.Seek (Function)
Searches for the index of an element in a WLanguage array.
<Array>.SwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
StringSplit (Function)
Extracts all the substrings from a character string based on one or more string separators.
ToastDisplay (Function)
Displays a "Toast" message.
NFCWriteTag (Function)
Starts writing data to an NFC tag.
FreeDLL
The FreeDLL keyword can correspond to ...
In-App functions
The following WLanguage functions are used to manage In-App purchases......
Exist (Property)
The Exist property determines if the element of an associative array exists.
USING IN (Stopwatch)
The statement USING ... IN allows you to automatically start and stop a stopwatch.
grSaveImage (Function)
Saves the image of a chart in an Image variable.
MinimumLength (Property)
The MinimumLength property is used to configure the minimum length of the words to be indexed.
Error 203: The procedure already has a scope attribute (local or global)
UUEncode (Function)
Encodes a character string according to the UUEncode algorithm.
UUDecode (Function)
Decodes a character string in UUEncode format.
ChronoResume (Function)
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.
GanttAddLink (Function)
Creates an "End to Start" link between two tasks displayed in a Gantt Chart column found in a Table (or TreeView Table) control.
AAF: Handling the columns of a Table control
The Table controls displayed in a window allow the end user to perform several operations......