ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

jsonReader (Variable type)
The type jsonReader type allows linear browsing of a large JSON document with optimal performance and reduced memory usage. Warning This type of variable is only available from version 2025 Update 3....
Point (Type of variable)
A Point variable is a structured type that is used to represent a position (X, Y) in 2 dimensions.
Error (External language)
Displays a dialog box containing an error logo and the message passed in parameter.
mongoOperationUpdateOne (Type of variable)
The mongoOperationUpdateOne type is used to define all the advanced characteristics of a document update operation that will be added to a bulk operations list. The first document that matches the selection filter will be updated.
mongoOperationUpdateAll (Type of variable)
The mongoOperationUpdateAll type is used to define all the advanced characteristics of a document update operation that will be added to a bulk operations list. All the documents that match the selection filter will be updated.
FileToArray (Function)
Fills an array of classes or structures with the content of an HFSQL table or query.
ProgressBar (Property)
WLanguage proposes...
ThreadEnd (Function)
Ends the execution of the current thread.
xlsLayout (Type of variable)
The xlsLayout type is used to define all the layout characteristics of a sheet of an XLSX document in a Spreadsheet control.
NbMemoItem (Property)
The NbMemoItem property is used to get the total number of memo items in a record of: a file described in the data model editor, a file described through programming, an HFSQL view, a query....
RETURN statement
The RETURN statement is used to exit a statement block and the current process (or procedure).
ContentType (Property)
The ContentType property gets and sets the type of a message.
iParameterExport (Function)
Used to configure the exports performed from the report viewer: parameters for sending emails. parameters for creating the different files....
UUID (Property)
The UUID property is used to get the identifier of an element.
DateCreated (Property)
The DateCreated property gets the date an element was created.
AppInstallVersion (Function)
Installs a specific application version.
inAppListPurchase (Function)
Returns the list of application products purchased by the user and not consumed.
HTML (Property)
The HTML property is used to: find out whether the current report is printed in HTML mode. manage the HTML type of a Static Text control found in a report....