ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HRestoreBackup (Function)
Used to restore: an immediate backup (performed by HBackup or via the HFSQL Control Center), a scheduled backup (described by HAddScheduledBackup or via the HFSQL Control Center....
AnimationMinFPS (Function)
Configures the minimum number of images per second in order for the animations (transition effects) to be enabled in the controls.
HFreePosition (Function)
Deletes a position saved by HSavePosition.
FTP constants
List of constants used by the FTP functions....
MenuSelectMinus (Function)
Disables (grays out) a menu option (popup menu or drop-down menu).
SysIconModify (Function)
Modifies the icon file and/or the hover text of the icon in the taskbar (lower-right corner of the screen)....
Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......
Handling a report (in the editor)
Once a report was created, the description of this report can be modified at any time......
15. Creating the executable in practice
Creating the executable in practice...
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......
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.
Gesture variable
The Gesture variable is used to retrieve the gesture parameters (swipe)......
Managing databases in the WINDEV Java applications
This document presents the different access modes to databases from a WINDEV Java application......
SecondaryAxis (Property)
The SecondaryAxis property is used to: determine whether a chart series is on the secondary axis. set the position of a chart series on the secondary axis....
HPrepareQuery (Function)
Initializes a query and declares this query to the database server in order to optimize the next executions of this query.
PVTAxisXY (Function)
Used to: Specify the row and column headers displayed in a Pivot Table control. Find out the row and column headers displayed in a Pivot Table control....
BottomIndent (Property)
The BottomIndent property gets and sets the space at the bottom of the text (bottom margin) in a control.
MemKeyVal (Function)
Returns the value (added or modified by MemAdd or MemModify) of the current element in a memory zone.
GetActiveObject (Function)
Allows to use an Automation object already started on the current computer.
iPrintImage (Example)
Usage example of the iPrintImage function
Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues and suggests improvements......
7. Multilingual sites in practice
CompactToolbar (Property)
The CompactToolbar property is used to: determine if the window toolbars are compacted. compact (or not) the toolbars....
ServiceUninstall (Function)
Uninstalls a service.
dCopyWindowImage (Function)
Copies the image from a WINDEV window to an Image variable or to an Image control.