ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Deserialize (Function)
Deserializes a buffer or a character string containing the data from a class, structure, array (including an associative array), queue, stack, list or advanced variable, as well as their subelements.
LuhnCalculate (Function)
Calculates the next Luhn check digit for a given sequence.
LuhnCheck (Function)
Checks that the given sequence is valid according to the Luhn formula.
ExeInfo (Function)
Retrieves the specified information about the version of an executable or DLL.
geoDistance (Function)
Returns the distance between the two locations. This distance is expressed in meters by default.
LineToPosition (Function)
Returns the position of the first character of a line in a block of text.
RoundCeil (Function)
Returns: the value rounded up to the nearest integer. the duration rounded up to the nearest interval. the date and time rounded up to the nearest interval....
fSize (Function)
Returns the size of a file (in bytes).
RGB (Function)
Defines a color from its Red, Green and Blue components.
SQLChangeConnection (Function)
Modifies the current connection.
MatNbColumn (Function)
Returns the number of columns found in a matrix.
MatNbLine (Function)
Returns the number of rows found in a matrix.
NoRightCharacter (Function)
Returns a string after removing the specified characters from the right side of the initial string.
Saving entered data (AAF)
SysDateTime (Function)
Returns or modifies the system date (current date and time defined on the current computer).
SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
ExceptionThrow (Function)
Artificially triggers the security mechanism of WLanguage by throwing an exception.
Enumeration (Type of variable)
An enumeration is a set of values......
Manager of automated tests
The test manager is used to......
Events associated with the Map control
WINDEV, WINDEV Mobile and WEBDEV manage the following events by default (order of appearance in the code editor)...
HexaToBuffer (Function)
Converts a string with hexadecimal bytes to a binary buffer.
SQLTransaction (Function)
Begins, commits or rolls back a transaction: on the files of a database opened by SQLConnect, on the files of a database opened by a connection (OLE DB or Native Access/Native Connector) described in the data model editor or by HOpenConnection....
XMLPath (Function)
Returns the current position in the document in XPATH format.
List,Select,+ (External language)
Selects an element in a drop-down list or in an expanded list.