ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HListItem (Function)
Returns the list of items: found in a data file ( a query or a view) known to the HFSQL engine. The data files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. found in a Record variable....
How to backup HFSQL Client/Server databases?
The backup of the HFSQL Client/Server databases can be performed......
The planes in WEBDEV
The planes are used to group the controls of an element......
WDInst: Additional options (summary, license, etc.)
When installing the application, you have the ability to display......
The Java Applet control
A Java Applet control allows you to easily include Java Applets in your WEBDEV sites......
fGraphicFilter (Function)
Returns the list of image formats supported by the current platform, in the format expected by the filter of fSelect.
ERR_NO_END_TAG
<Connection variable>.CopyFile (Function)
Copies an HFSQL data file (.fic, .ndx and .mmo files if they exist): from the HFSQL server to the server (to perform a backup for example). from the HFSQL server to the client (to perform a local backup for example). from the client to the HFSQL server (to update the data files for example). from an HFSQL server to antoher HFSQL server....
Integrate two-factor authentication into your applications
In version 26, WINDEV, WEBDEV and WINDEV Mobile allow you to set up a login via two-factor authentication......
The Peeling Corner control
The "Peeling Corner" control is used to create a visual effect in a page by presenting an image partially covered by another one......
WDInst: Installing an HFSQL Client/Server application
When creating the setup program of a WINDEV application that uses HFSQL Client/Server data files, WDInst allows you to......
<Cell>.CloseDialog (Function)
Hides the Cell control previously displayed in the page via <Cell control>.DisplayDialog.
3. Data handled by a WINDEV Mobile application
The data handled by a WINDEV Mobile application can come from...
HListREP (Function)
Returns the list of assignments for the data files handled by the current application, which means the list of physical files corresponding to the files described in the analysis.
GetCountryName (Function)
Returns the name of a country that corresponds to its ISO code according to the ISO 3166-1 standard.
Limitations of WINDEV, WEBDEV and WINDEV Mobile
Playing a video with the MCI functions
MCI functions are used to easily handle the media files......
Report blocks
A printed report includes several sections......
The HTML Display control
The HTML Display control displays a web page in an application......
WDStatistics: Overview
WDStatistics is a tool used to perform statistical calculations regarding the traffic of your dynamic WEBDEV sites......
The "Code hashtags" pane
ErrorReset (Function)
Resets the detection of non-fatal errors: The result of ErrorInfo is reset. The ErrorOccurred variable returns to False....
WDOptimizer: Optimizing indices
WDOptimizer includes multiple modes to optimize indices......
Window with parameters
A window can: Receive parameters when it is opened. Return values when it is closed....
Displaying a page in a WEBDEV site
Displaying a new page in a WEBDEV site can be done according to several methods......