ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Left (Function)
Extracts the left part (i.e., the first characters) from a string or buffer.
ArrayAdd (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an array property of an advanced variable type (array of events of a gglCalendar variable, etc.). of a WLanguage list....
Linux application: Tips and tricks
In Windows/Linux multi-configuration applications, several limitations may appear: control not supported, functions not available, ......
HNbRec (Function)
Returns the number of records in a file, query or HFSQL view: active records, crossed records, deleted records, etc.
fWriteLine (Function)
Writes a line to a text file (ANSI or Unicode).
TableMoveColumn (Function)
Moves a column in a Table or TreeView Table control.
WDSQL: Connecting to a database
The first operation to perform in order to use WDSQL is to establish the connection to a database......
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.
Archiving function constants
List of constants used by the archiving functions....
MatDeterminant (Function)
Calculates the determinant of a square matrix (the number of rows is equal to the number of columns).
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.
HReadFirst (Function)
Sets the position on the first record according to a browse item.
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....
SQLReqExists (Function)
Checks the existence of a query.
InAutomaticTestMode (Function)
Allows you to find out whether an automated test is currently run or not.
Title (Property)
The Title property is used to: Get the title of a Table control column, a Chart control, a window or a page Change the title of a Table control column, a Chart control, a window or a page....
zipChangePath (Function)
Modifies the stored path of a file in an archive (in ZIP, WDZ or 7z format).
New (Reserved word)
New is used to allocate memory space...