ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
HBackward (Function)
Moves backward several records from the current position in the data file, according to a specified item.
ServiceWait (Function)
Pauses the current service during the specified duration.
hScheduleMaterializedView (Type of variable)
The hScheduleMaterializedView type is used to programmatically manage a task for recalculating the data of a scheduled materialized view on an HFSQL server.
zipAddFile (Function)
Adds a file (of any type) into an archive in CAB, ZIP, WDZ and 7z, TAR or TGZ (TAR.GZ) format and compresses it.
1. Installing an application on Android, iOS, etc.
There are multiple methods to install a WINDEV Mobile application...
Figma: Where to find the Figma key
To use Figma import in your product, you need to specify the Figma key in the general options of WINDEV, WEBDEV or WINDEV Mobile....
WLanguage properties of Internal Window controls
List of WLanguage properties of Internal Window controls...
gglEmail (Type of variable)
The gglEmail type is used to describe and modify the email address of a contact...
Project (External language)
Opens and runs a WINDEV project.
AppleAdvertisingIdentifier (Function)
Returns the device's advertising identifier (iOS only)....
Installing the monitoring robot
The monitoring robot includes three executables......
dSaveImagePNG (Function)
Saves an image: in a PNG file. in memory....
gglEvent (Type of variable)
The gglEvent type is used to describe and modify an event of a calendar...
zipExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location.
Inserting an image or video into a help page
It can be useful to use images or videos in help pages to explain the actions to be done, indicate which buttons must be used, etc....
EventChange (Function)
Modifies the status of an event.
29. SEO in practice
Managing rights on HFSQL Client/Server
To ensure data security and confidentiality, some actions may be restricted to a group of users......
ToolTip (Property)
The ToolTip property gets and changes the tooltip text.
HAlias (Function)
Creates a logical alias of a data file (or query) or cancels all existing aliases.
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
HCross (Function)
Crosses a record in a data file.
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
TableDeleteAll (Function)
Deletes all rows from: a Table control populated programmatically, a TreeView Table control populated programmatically, a table displayed in a Combo Box control....