ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

zipDeleteAll (Function)
Deletes all files from an archive.
ServiceWait (Function)
Pauses the current service during the specified duration.
StringStartsWith (Function)
Checks whether a character string starts: with a specific character string. with one of the character strings in an array....
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.
InDeviceOwnerMode (Function)
Indicates whether the Android application is in "Device owner" mode.
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....
InitialWidth (Property)
The InitialWidth property is used to: Find out the initial width of a control or window. Modify the base width used to anchor the controls in "width". Find out the initial width of a report control....
MinWidth (Property)
The MinWidth property is used to get and change the minimum width of a control or window.
NullSupported (Property)
The NullSupported property is used to manage the NULL value in HFSQL data files.
fCreate (Function)
Creates an external file.
grDestinationEMF (Function)
Defines a meta file as chart destination (EMF means Enhanced Meta File).
zipMsgError (Function)
Returns the message associated with an error code on an archive.
WX file
The "Executable Name".WX file is used to manage some features directly, even if these features have not been included in the application. This file is found beside the executable....
WDTrans: Cancel the operations performed on a transaction file
If a transaction is in progress, cancels all operations performed on the files in transaction since the start of transaction......
ArrayInsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
HClient structure
The HClient structure is used to......
Properties associated with the control templates
Several WLanguage properties can be used to handle a control template in a window or in a page......
Dashboard control properties
A Dashboard control can be handled in a window by the following WLanguage properties......
Tile (Type of variable)
The Tile type is used to defined all the advanced characteristics of a tile for an application in Universal Windows 10 App mode.
Internal procedure
Several features require a procedure called once or several times via a WLanguage function ("Callback")....
aiImageResult (Type of variable)
The aiImageResult type is used to retrieve the result of AIDetect.
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......
Managing the application language through programming
A multilingual application is an application that can be distributed in several languages......
Creating the RAD Pattern project
The steps for creating a RAD pattern are as follows:...
DnDForce (Function)
DnDForce is kept for backward compatibility.