ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ArrayShuffle (Function)
Shuffles the elements of a WLanguage array.
WLanguage procedure called by fListFile
WLanguage procedure ("Callback") called by fListFile for each file found.
Telemetry: Method used to send data
Telemetry data is sent to the server regularly and is processed by the server every 2 hours......
WLanguage procedure called by fCopyFile
WLanguage procedure ("callback") called by fCopyFile for each copied file.
Options for generating the HTML pages
The options for generating the HTML pages in a WEBDEV project can be defined......
New (Reserved word)
New is used to allocate memory space...
User Groupware and LDAP
The LDAP protocol is increasingly used by the companies......
Structure of data files of user groupware
Description (Property)
The Description property is used to get and change the page description.
AssistedInputConfigure (Function)
Used to configure the filter and the opening of assisted input.
Running a query and handling the result in WLanguage
The selection of records performed by query is not necessarily displayed in a report, in a window, ......
NbRecRead (Property)
NbRecRead is used to find out the number of records read: selected both by the source of the report AND by the filter code (if it exists).
DisplayedItem (Property)
The DisplayedItem property is used to: Find out the item or the variable displayed by the control. Modify the item or the variable displayed by the control....
Word processing: Using the ribbon
The ribbon found in the Word Processing control proposes several features and it allows you to perform several settings......
Changing an application to 64-bit
WINDEV allows you to develop 64-bit applications......
DDEEvent (Function)
Associates a WLanguage procedure with a DDE event: when the DDE event occurs, the associated WLanguage procedure is automatically run.
The "dynamic" Tab control
The "Dynamic tab" Tab control is used to display several windows in the same window......
1. Creating a WINDEV project and its analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 1 - Creating a WINDEV project and its analysis - 5 min
AAFExportSecurity (Function)
Secures the export of confidential data in the AAFs (Automatic Application Features) that are used to export, print or save data.
Shared information
The information entered when creating the files and the items is shared throughout the environment......
WINDEV, WEBDEV, Android or iOS external component
An external component is a set of WINDEV, WEBDEV or WINDEV Mobile elements......
Native MySQL Connector: Specific features and remarks
Remarks and specific features of the Native MySQL Connector...
SpreadsheetAddName (Function)
Specifies a name to identify a cell found in a Spreadsheet control.
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
5. User Groupware in practice