ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HChangeName (Function)
Modifies the physical name of a data file.
Anchoring in a page
In a page, the anchors define how the content of a page will behave when the page is enlarged by the Web user....
WINDEV 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
SourceToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
Animation of Chart control
The animation of Chart controls allows you to define a dynamic display in your applications......
Real-time chart
This type of chart is used to represent a permanent data flow in real time......
Display the code of an element
WINDEV, WEBDEV and WINDEV Mobile allow the use of event-driven and object-oriented programming......
EmailOpenMail (Function)
Opens the default messaging software: of Web user on the browser computer. of the user on the current Windows computer. on the phone....
FileToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
HCopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current data file record. the content of the Record variable to the current data file record....
HLinkMemo (Function)
Used to associate a file with a binary memo item or to cancel the existing link between a file and a binary item.
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
Constants for managing multilingual applications
List of constants used by the functions for managing multilingual applications...
WDZip: Handling files in an archive
The compressed files found in an archive can be handled by WDZip......
The Contact structure
The Contact structure is a preset structure of WLanguage (no declaration is required)......
Report based on a variable (Data binding)
A report based on a variable is used to directly print the information found in a WLanguage variable......
The different types of integers
Creating a replication
To understand the operating mode of ReplicEdit, we are going to create a replication by using a simple example......
gglEvent (Type of variable)
The gglEvent type is used to describe and modify an event of a calendar...
WEBDEV administrator: Installed Webservices
The "Webservices" tab gives information about the dynamic WEBDEV Webservices installed on the computer......
MapImage (Type of variable)
The MapImage type is used to define the characteristics of an image to be drawn on the map displayed in a Map control.
The "Modifier"pane
The "Modifier" pane is used to view and/or modify, from the window editor, page editor or report editor, the main characteristics......
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....
The TreeView control
The TreeView control is a tree structure used to simplify the display of information that can be represented hierarchically......
WDSQL, SQL querier: Overview
WDSQL is used to......