ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Code editor: Various operations
The code editor is the editor where the developers spend most of their time. This help page presents a series of useful options for the most common actions ......
8. Windows in practice
Discover the main actions that can be performed on the windows....
Style of windows: image and background color
To optimize the style of your screens, WINDEV and WINDEV Mobile allow you to use......
Scope of procedures
The scope of a procedure defines whether it is public, private, etc......
The Repositionable Note control
The Repositionable Note control allows you to include the famous yellow sticker in your applications......
Creating an interactive diagram
The Diagram Editor control allows end users to create and edit diagrams......
HDescribeTrigger (Function)
Adds or modifies a trigger on an HFSQL data file.
REST web services: Importing an OpenAPI specification
REST web service APIs can be described using OpenAPl files......
BrowsedFile (Property)
The BrowsedFile property gets and sets the data source used to display records in controls based on a data file.
Managing emails with "Simple MAPI"
Simple MAPI simplifies the management of emails received by the hosting company......
SOAPEncodeResult (Function)
Used to configure the format of the value returned by the WINDEV SOAP server to the SOAP client program.
3. Preparing the setup program
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 3 - Preparing the setup program - 5 min...
BarCodes (Type of variable)
The BarCodes type is used to handle the information found in a bar code.
List of extension attributes
The list of extension attributes ......
The Dashboard control
Dashboards are essential elements in an application......
The Layout control
The Layout control simplifies the implementation of dynamic UIs where controls are displayed and/or hidden programmatically......
Refreshing the page data
In a dynamic WEBDEV site, the page data is refreshed during a user action......
SCM administrator: available tools
The SCM administrator (Source Code Manager) proposes several tools to manage and optimize the SCM repository......
WDMSG license agreement
WDMSG license agreement...
Description of a Pivot Table control
The description window of a Pivot Table control is used to configure several elements of the control......
Native SQL Server Connector: Programming with HFSQL functions
To use an SQL Server database with Native Connector, the structure of SQL Server tables must be imported into the data model analysis......
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
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....
Handling the cells of report table
The operations that can be performed on the table cells are as follows:...
File Description (Type of variable)
The File Description variable is used to programmatically describe data files.