ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

OOP concepts
A class contains the description of a data structure (members) and the processes (methods) that handle this structure....
ScreenToFile (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
5. User Groupware in practice
Grayed (Property)
The Grayed property is used to: Determine if a control (or a group of controls) is grayed out. Gray out or ungray a control, a group of controls or a window....
Vocabulary linked to replication
Before implementing the replication, you must be familiar with the vocabulary specific to the replication.
Materialized view
LoadProcedure (Function)
LoadProcedure is kept for backward compatibility.
WDReplic: Overview
WDReplic is a tool used to manage the replication of data between several computers that use the same application......
WDInst: configuring the interface of setup program
By default, WDInst (the setup editor) proposes a standard setup program (the wallpaper corresponds to a gradient shade of blue and no slide is displayed......
1. Creating a WEBDEV project and its analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 1 - Creating a WEBDEV project and its analysis - 5 min
2. Examples and components provided with WEBDEV
BrowsedFile (Property)
The BrowsedFile property gets and sets the data source used to display records in controls based on a data file.
2. Managing a database
WEBDEV Tutorial: My first WEBDEV website Lesson 2 - Managing a database - 30 min
Using data from an external database
WINDEV Tutorial - External database Using data from an external database - 40 min
iOS 14 widget windows
An iOS application with an iOS widget configuration can contain one or more iOS 14 widget windows......
Other operators
The following are additional operators......
Native Access Connector
This type of Native Connector allows access to ACCESS databases for better interoperability purposes......
Encryption (Property)
The Encryption property allows you to manage the type of encryption used between Client computers and an HFSQL server.
fExtractResource (Function)
Extracts a resource from the application into a physical device location.
GPSGetPosition (Function)
Retrieves information about the current device position.
MapLicenseGgl (Function)
Indicates the "Google Maps API" license key that will be used in the Map controls (of WINDEV or WEBDEV).
Multiline strings
To type character strings over several lines in the code editor...
ContextMenu (Property)
The ContextMenu property is used to: Get the custom context menu of a control, window or page. Change the custom context menu of a control, window or page (or associate another context menu). Customize the system menus of the controls by adding options....
HFirst (Function)
Sets the position on the first record of a data file according to the specified browse item.