ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SexagesimalToDecimal (Function)
Returns the decimal angle corresponding to a sexagesimal angle.
MatWrite (Function)
Writes an element into a matrix.
ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.
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.
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.
XMLPath (Function)
Returns the current position in the document in XPATH format.
TableEnableFilter (Function)
Implements a user filter on a column found in a Table or TreeView Table control.
zipExtractAll (Function)
Extracts all files from an archive and decompresses them.
Constants used by properties associated with windows, reports, pages and controls
List of constants used by properties associated with windows, reports, pages and controls....
TableSwapLine (Function)
Swaps: two rows in a Table control populated programmatically. two branches in a Treeview Table control populated programmatically....
MapMode (Property)
The MapMode property determines and changes how the map is displayed in the Map control.
ByAddress (Property)
The ByAddress property is used to determine if a procedure parameter was passed by address.
MultimediaStatus (Function)
Indicates the status of the multimedia file played in the Multimedia control.
ArrayDelete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
DateToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
TableDeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
Size (Property)
The Size property is used to determine and change the size of an element.
fListFile (Function)
Lists the files found in a directory and returns the list of files.
Vertical (Property)
The Vertical property is used to: determine if a control is oriented horizontally or vertically. change the orientation of Table and Looper controls (switch from vertical to horizontal and conversely)....