ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Error 802: Invalid syntax for this function
Toast (Type of variable)
The Toast type is used to define all the advanced characteristics of a toast notification.
fDirSize (Function)
Returns the size of a directory in bytes.
fDeleteFileWebFolder (Function)
Deletes an image file from the "_WEB" directory of the application (or from one of its sub-directories).
Contains (Function)
Allows you to check if a substring is within a string.
MatCopy (Function)
Creates the copy of a matrix.
MatFloatAdd (Function)
Adds a value to each matrix element.
MatDelete (Function)
Deletes an existing matrix.
AssistedInputAdd (Function)
Adds a row to the list of values available in the autocomplete suggestions of an Edit control.
MapLimitArea (Function)
Limits the geographic area displayed in the Map control.
Truncate (Function)
Truncates the right part of a string or buffer.
TreeView Table control functions
List of functions for managing TreeView Table controls...
Web Camera control properties
A Web Camera control found in a page can be handled in WLanguage by the following properties.
VariantToJSON (Function)
Converts the content of a Variant variable to JSON.
btleDevice (Type of variable)
The btleDevice type allows you to handle a device that uses the Bluetooth Low Energy technology.
iPrintDuplicate (Function)
Prints a duplicate copy of a report.
ArrayDeleteDuplicate (Function)
Deletes the duplicates from an array.
Generating the LDM from the CDM
To associate a CDM (Conceptual Data Model) with a project, you must generate the associated LDM (Logical Data Model)......
HPrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.
grCategoryColor (Function)
Initializes the category color for a chart whose type is: Pie, Column, Bubble chart, Waterfall....
nfcData (Type of variable)
The nfcData type is used to describe and handle the data of a variable of type nfcTag.
DDEEvent (Function)
Associates a WLanguage procedure with a DDE event: when the DDE event occurs, the associated WLanguage procedure is automatically run.
MapItineraryDistance (Function)
Calculates the distance of an itinerary in a Map control.
CharactUnicode (Function)
Returns the character corresponding to the specified Unicode code.
MatDeterminant (Function)
Calculates the determinant of a square matrix (the number of rows is equal to the number of columns).