ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

TableEnableFilter (Function)
Implements a user filter on a column found in a Table or TreeView Table control.
ChronoEnd (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to ChronoStart).
Dimension (Function)
Returns the size of a variable (string, numeric, array, ...) or resizes a dynamic array.
ExceptionInfo (Function)
Retrieves information about the current exception.
LooperMoveLine (Function)
Moves a row or swaps two rows in a Looper control.
GetGUID (Function)
Calculates a globally unique identifier (named "GUID"), whose size is: equal to 16 bytes, which means 32 hexadecimal characters. equal to 32 bytes, which means 64 hexadecimal characters....
XMLRead (Function)
Returns the value of an XML element or the value of the attribute for an XML element.
7. Debugger
WINDEV Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
ArrayReverse (Function)
Reverses the content of a one-dimensional array.
WDSQL: Running an SQL query
WDSQL is used to run all the SQL queries created by WDSQL......
ArrayAddSorted (Function)
Adds an element to a one-dimensional WLanguage array taking into account: the sort criteria defined by ArraySort the comparison operator described in the class, if the elements of the array are class instances....
Handling files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another......
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
WinStatus (Function)
Identifies or modifies the window status.
SQLReqExists (Function)
Checks the existence of a query.
InAutomaticTestMode (Function)
Shows whether or not an automation test is in progress.
StackInfo (Function)
Retrieves the characteristics of a stack: types of elements and number of elements.
QueueInfo (Function)
Retrieves the characteristics of a queue: types of elements and number of elements.
Socket: create a standard socket server
WINDEV allows you to create a standard socket server......
Programming overview in C and C++
DecimalToSexagesimal (Function)
Returns the sexagesimal angle (in base 60) corresponding to a decimal angle.
Runtime error management functions
List of functions for managing runtime errors...
XMLResult (Function)
Returns the result of a calculation XPath query.
ExceptionPropagate (Function)
Propagates an exception.