ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Asc (Function)
Returns the ASCII code of the specified character.
Skin elements
The skin elements are used to quickly change the visual aspect of a project without having to retouch every page and every page template......
MinimumLength (Property)
The MinimumLength property is used to configure the minimum length of the words to be indexed.
InsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
MoveLine (Function)
Allows you to: move a row in a two-dimensional WLanguage array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional WLanguage array or in an advanced array property....
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....
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.
AppointmentListCalendar (Function)
Lists the calendars available on the mobile device (Android/iOS)....
ContactListSource (Function)
Lists the sources (or accounts) of the contacts saved on the device.
ArraySwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
BTLEListDevice (Function)
Returns the list of accessible Bluetooth Low Energy devices.
<Word Processing>.Add (Function)
Adds at the end of a Word Processing control: an element, a document, a paragraph, a text, an image or a fragment.
<Word Processing>.ToText (Function)
Creates a character string from the data of a Word Processing control.
AIDetect (Function)
Detects different elements in an image: object, faces, etc, ... This detection is achieved through artificial intelligence (AI).
ArraySeek (Function)
Searches for the index of an element in a WLanguage array.
ArrayMove (Function)
Allows you to: move an element in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.). The other array elements are moved accordingly. swap two elements in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.)....
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.
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......
HTTPCookieReplace (Function)
Replaces all the cookies stored for a domain: by HTTPRequest. by HTTPSend....
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).
2. Examples and components provided with WEBDEV
DriveSendFile (Function)
Sends a file (present on the user's machine) to an Drive (remote disk)....
EmailMessageLength (Function)
Calculates the size of specified message (without loading the message).