ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Window for quick selection
You are searching for a project element? You only know part of its name? Press [CTRL]+[E] to open the quick selection window...
Handling a Conceptual Data Model (CDM)
The main operations that can be performed on a CDM are as follows......
ParallaxRateHeight (Property)
The ParallaxRateHeight property is used to determine and specify how fast a control is reduced when the scrollbar in the window, internal window or page moves.
ParallaxRateY (Property)
The ParallaxRateY property is used to determine and specify how fast a control moves when the scrollbar in the window, internal window or page moves.
Step 2: Files to install
The setup program creation wizard allows you to select the files that will be installed with the site......
OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
Optional events: Retrieved information
In WINDEV, you can add optional events in the code of the different elements of an application......
2. Examples and components provided with WEBDEV
Characteristics of the columns in a Table control in a window
The columns are used to display information in a Table control......
NoteCreate (Function)
Creates a Repositionable Note control in the curernt window through programming.
dbgSaveMemoryDump (Function)
Saves a dump of memory used by the application.
The Check Box control
A Check Box can correspond to......
TableAddLineWithAnimation (Function)
Adds a row to a Table or TreeView Table control with an animation.
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....
Constants for the geo-localization functions
Constants used by the geo-localization functions...
sshSession (Type of variable)
The sshSession type is used to define the characteristics of a connection to an SSH server.
beaconGroup (Type of variable)
The beaconGroup type is used to define the advanced characteristics of a set of Beacons.
Dynamic array (Type of variable)
A dynamic array is an "advanced" type of array...
TablePosition (Function)
Displays a Table or TreeView Table control from a specified row or returns the index of the first row displayed in a Table or TreeView Table control.
Defining specific character sets in HFSQL data files
When an application is used to display or save data in HFSQL files, this data is entered in the current language......
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)....
Vocabulary linked to replication
Before implementing the replication, you must be familiar with the vocabulary specific to the replication.
WDScript: use in interactive mode
In interactive mode, the WDScript editor is divided into several areas......
Interactive notifications
A notification is a small window that appears at the bottom right of the screen, and that can be viewed at any time in the Windows notification area......
BackgroundColor (Property)
The BackgroundColor property is used to set the background color of a control, window, page or block of a report.
16. Application test in practice