ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

EventClose (Function)
Closes a synchronization event between several threads.
HashFile (Function)
Calculates the Hash of a file according to a specific algorithm.
HFSQL views
An HFSQL view corresponds to a "memory image" of an HFSQL data file......
HTransactionSavepoint (Function)
Declares a transaction savepoint.
File (Property)
The File property is used to manage the files a functionality applies to.
MyControl (Reserved word)
The MyControl keyword represents the control that holds the process being executed.
grSaveWMF (Function)
Saves a chart that was drawn beforehand in WMF format.
grSaveEMF (Function)
Saves a chart that was drawn beforehand in a file in EMF format.
PanelSaveConfiguration (Function)
Saves the current configuration of the Dockable Panel controls of a window.
Merge (Property)
The Merge property is used to merge the cells of a Table or TreeView Table control.
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
GglWrite (Function)
Creates and/or updates data on the Google server (addition or modification of data)....
Property Description (Variable type)
The Property Description type is used to get information about a property.
fTrackDirectory (Function)
Detects the modifications performed on the content of a directory.
WebserviceWriteCustomHTTPCode (Function)
Specifies the custom HTTP code that will be returned when the execution of the REST Webservice function is completed.
WinRefreshVisible (Function)
Modifies or returns the visibility state of the refresh bar in a window.
How to manage enumerations programmatically?
TokenDeletable (Property)
The TokenDeletable property is used to: Determine if the end user is allowed to delete tokens in a "Text token" Edit control. Allow or prevent the end user from deleting tokens in a "Text token" Edit control....
Infinite Progress Bar control
Progress bars provide useful information to the end user......