ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Word Processing control
The "Word processing" control is an advanced control that allows the end user to create and edit documents in docx format......
Project description: Languages tab
The project description window allows you to configure various elements of your project......
nfcData (Type of variable)
The nfcData type is used to describe and handle the data of a variable of type nfcTag.
Telemetry: Viewing data
To see the results of telemetry data for your applications, WINDEV and WINDEV Mobile propose a telemetry editor......
HorizontalAlignment (Property)
The HorizontalAlignment property gets and changes the horizontal alignment of a control.
Joins between the data files of a select query
When several data files are used in a query, the query editor automatically searches for the links between these files described in the analysis......
Native SQL Server Connector: Retrieving the output value of a stored procedure
The Native SQL Server Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
Y (Property)
The Y property is used to: Find out the Y-coordinate of a control or window (position on Y-axis). Modify the Y-coordinate of a control or window....
Handling RTF in an Edit control
Rich Text Format (RTF) is used to encode text and simplify exchange between applications......
Classes, members, methods and properties
A class is made of......
Adapting a website to support multiple languages
WEBDEV Tutorial - Managing multiple languages in a website Adapting a website to support multiple languages - 50 min
Adapting an application to support multiple languages
WINDEV Tutorial - Managing multiple languages Adapting an application to support multiple languages - 20 min
Rights on the virtual directory
HFSQL Client/Server: Scheduled tasks
The scheduled tasks are used to schedule automatic tasks......
Overview of HFSQL Cluster
HFSQL Cluster is a database server intended to be deployed on several servers......
Custom tooltips
Tooltips are very useful for application users......
Step 5: Site parameters
Once the site installed, you can define the site connection options......
Class inheritance
The hierarchical organization in class and sub-class has allowed to create the notion of inheritance......
WDInst : generating the setup program
Generating the setup program is used to create the setup program according to the characteristics specified in the setup editor WDInst....
BrowsedItem (Property)
The BrowsedItem property is used to: Get the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Change the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Then, the iteration is reinitialized....
Interacting with the user
WINDEV, WEBDEV and WINDEV Mobile allow you to communicate with the user via dialog boxes......
iPrint (Function)
Sends the character string passed as parameter to the print buffer.
Customizing the User Groupware
2. Layouts: Managing menus
WEBDEV Tutorial - WEBDEV layouts Lesson 2 - Layouts: Managing menus - 30 min
16. Application test in practice