ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Vocabulary linked to replication
Before implementing the replication, you must be familiar with the vocabulary specific to the replication.
HDescribeConnection (Function)
Describes a new connection to an external database.
Type of item: Secure password
"Password" items are used to securely store passwords by using a salt and a hash algorithm......
Camera control in a mobile application
The Camera control is used to......
GPSInitParameter (Function)
Initializes the parameters of geolocation WLanguage functions and finds a location provider.
hServerOperation (Type of variable)
The hServerOperation type is used to get the characteristics of an operation performed on an HFSQL server.
Recycle code windows
By default, a single code window is opened per ......
GuidedTourStep (Type of Variable)
The GuidedTourStep type allows you to define all the advanced characteristics of a step of a guided tour.
GuidedTour (Type of Variable)
The GuidedTour type allows you to define all the advanced characteristics of a guided tour and its stages.
DashLoadConfiguration (Function)
Restores the configuration of a Dashboard control.
iConfigureReport (Function)
Configures the printer by opening the configuration window (WINDEV and WINDEV Mobile).
HStatNbRecRange (Function)
Returns an estimate regarding the number of entries for a given key item in a given interval of values.
Managing the HFSQL contexts in the windows and in the reports
An HFSQL context contains information relative to the data used......
WDINT license agreement
WDINT license agreement...
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
AnchorRateWidth (Property)
The AnchorRateWidth property is used to: Find out the anchor rate when a control (or a table column) stretches on the horizontal axis. Modify the anchor rate when a control (or a table column) stretches on the horizontal axis....
CurrentTitle (Function)
Modifies the title of the current window (returned by CurrentWin) and the title bar.
Managing duplicates in the TreeView controls
WINDEV and WEBDEV allow you to add duplicates into the elements of a TreeView control......
Creating an executable without library
When creating an executable, you can choose not to use a library or not to include all the elements of the project in the library......
Multiline (Property)
In a window or page, the Multiline property is used to: find out and modify the "Multiline" option of an Edit control. find out and modify the "Multiline" option of a column in a Table control. In a report, the Multiline property is used to determine and change the "Multiline" option of a control....
Properties available in Java
WINDEV allows you to generate a Java application without even knowing the Java language......
Programming the table cells
The Table controls can be handled......
Process (Property)
The Process property is used to modify the processes to be executed by the events available on a control, window, page, report, etc.
Assignment of RETURN
The return value of the process currently run can be assigned...
ChangeAction (Function)
Used to specify the action to perform when the HTML page displayed in the browser is no longer synchronized with the page context on server.