ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Timer (Function)
Periodically and automatically calls a WLanguage procedure.
ExtractLine (Function)
Extracts a specific line from a character string.
FirstDayOfWeek (Function)
Returns the date of first day of the week (i.e., Monday).
TableEnableFilter (Function)
Implements a user filter on a column found in a Table or TreeView Table control.
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.
PageToEmail (Function)
Emails the data found in a page currently displayed in the browser.
EnumerationCheckValue (Function)
Checks whether an enumeration value known by its associated value is valid.
LoadError (Function)
Loads the file containing the error messages in the desired language into memory.
FinCurrentVal (Function)
Returns the current value of investment.
ListModify (Function)
Modifies an element in a List Box, ListView or Combo Box control populated programmatically.
dbgSaveMemoryDump (Function)
Saves a dump of memory used by the application.
SexagesimalToDecimal (Function)
Returns the decimal angle corresponding to a sexagesimal angle.
XMLPath (Function)
Returns the current position in the document in XPATH format.
ErrorInfo (Function)
Retrieves information about the last error that occurred in a function of a WINDEV, WINDEV Mobile or WEBDEV component.
restResponse (Variable type)
The restResponse type is used to define all the advanced characteristics of a REST response.
Speech synthesis in the mobile applications
The phones can talk!......
SQLChangeConnection (Function)
Modifies the current connection.
ByAddress (Property)
The ByAddress property is used to determine if a procedure parameter was passed by address.
MapMode (Property)
The MapMode property determines and changes how the map is displayed in the Map control.