ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

dClear (Function)
Clears the content of an Image variable or Image control and fills it with the specified color.
BurnerStatus (Function)
Returns the status of the current burner.
zipExtractAll (Example)
Usage example of the zipExtractAll function
grDraw (Function)
Draws a chart according to the specified parameters.
DateToInteger (Function)
Converts a date to an integer.
HListLink (Function)
Returns the list of links (Merise) in the current analysis or in a specific analysis
TableSearch (Function)
Performs a search in: a Table control, a TreeView Table control, tables displayed in a Combo Box control....
ExceptionThrow (Function)
Artificially triggers the security mechanism of WLanguage by throwing an exception.
fDelete (Function)
Deletes a file accessible from the current computer.
fRead (Example)
Usage example of the fRead function
ArrayShuffle (Function)
Shuffles the elements of a WLanguage array.
BurnerPath (Function)
Returns the path of the current burner.
HStatNbDuplicates (Function)
Returns the number of duplicates for a given key item.
EventChange (Function)
Modifies the status of an event.
grLabelFont (Function)
Modifies the font used for the category labels of a chart.
iInitReportQueryConnection (Function)
Initializes the query linked to the report.
CriticalSectionStart (Function)
Marks the beginning of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section.
inAppProduct (Type of variable)
The inAppProduct type is used to define the advanced characteristics of a product for an In-App purchase.
docFormatMulticolumn (Type of variable)
The docFormatMulticolumn type is used to define all the advanced characteristics of a multicolumn section defined in a docSection variable.
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
Type (Example)
Usage example of the Type property
Factorial (Function)
Returns the factorial of an integer number.