ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

MatDeterminant (Function)
Calculates the determinant of a square matrix (the number of rows is equal to the number of columns).
REST web service: Creating entry points
The REST web service entry point creation wizard opens......
HListLink (Function)
Returns the list of table bindings (Merise type) present: in the current database schema, in ongoing database schemas (projects with multiple database schemas). in a specific database schema....
zipAddFileList (Function)
Automatically adds and compresses a list of files into a ZIP, CAB, WDZ, 7z, TAR, gzip or TGZ (TAR.GZ) archive.
Insert (Function)
Inserts an element at a given position: into a one-dimensional WLanguage array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
CurrentTitle (Function)
Modifies the title of the current window (returned by CurrentWin) and the title bar.
iPrintImage (Function)
Sends the image file to print to the print buffer.
MakeInteger (Function)
Builds a 4-byte integer from two 2-byte integers.
Factorial (Function)
Returns the factorial of an integer number.
fBuildPath (Function)
Builds a complete file path from the directory and short name of a file. This function is mainly used to get a valid file name without having to worry about the presence of separators in the path ('/' or '\') or about their direction according to the platform....
fRemoveDir (Function)
Deletes a directory from a disk.
Left (Function)
Extracts the left part (i.e., the first characters) from a string or buffer.
The Dashboard control
Dashboards are essential elements in an application......
MatRead (Function)
Reads the value of a matrix element.
SQLClose (Function)
Declares the end of the query execution and frees the memory resources allocated during the execution of the query.
Default (Property)
The Default property is used to determine if a parameter has been passed to a procedure with a custom or default value.
StringDelete (Function)
Deletes: all the occurrences of a substring within a string. part of a string within another string. The part of the string to remove is identified by its position and length....
TableMoveColumn (Function)
Moves a column in a Table or TreeView Table control.
SQLReqExists (Function)
Checks the existence of a query.
InAutomaticTestMode (Function)
Shows whether or not an automation test is in progress.
Global and local variable
Two types of variables are available......
Native SQL Server Connector: Executing the same stored procedure multiple times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters ......
MyWindow (Reserved word)
MyWindow is used to handle the current window...
13. Security benefit: managing the "Back" button