ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

QueueInfo (Function)
Retrieves the characteristics of a queue: types of elements and number of elements.
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......
TableEnableFilter (Function)
Implements a user filter on a column found in a Table or TreeView Table control.
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.
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....
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.
ListDelete (Function)
Deletes an element from a List Box, ListView or Combo Box control populated programmatically.
ListDeleteAll (Function)
Clears a List Box, ListView or Combo Box control populated programmatically.
HBackward (Function)
Moves backward several records from the current position in the data file, according to a specified item.
ByAddress (Property)
The ByAddress property is used to determine if a procedure parameter was passed by address.
Using data from an external database
WINDEV Tutorial - External database Using data from an external database - 40 min