ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ArrayInsert (Function)
Inserts an element at a given position: into a one-dimensional array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
ExceptionThrow (Function)
Artificially triggers the security mechanism of WLanguage by throwing an exception.
TableDelete (Function)
Deletes a row from: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
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.
dTextMarkdown (Function)
Draws Markdown text: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable]....
LooperAdd (Function)
Adds a row at the end of a Looper control.
SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
Character strings
WLanguage supports different types of strings....
MatFloatAdd (Function)
Adds a value to each matrix element.
Length (Function)
Returns: the length of a string, i.e., the number of characters in the string (including spaces and binary zeros). the size of a buffer, i.e., the number of bytes in the buffer....
SQLClose (Function)
Declares the end of the query execution and frees the memory resources allocated during the execution of the query.
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
Minute (Property)
The Minute property is used to: Retrieve the minutes from a Time or DateTime variable, or the number of minutes from a Duration. Change the minutes in a Time or DateTime variable, or the number of minutes in a Duration. Retrieve the minutes or the number of minutes from a Date item (in "Date and Time" or "Duration" format) or from a Time item. Modify the minutes or the number of minutes in a Date item (in "Date and Time" or "Duration" format) or in a Time item....
YAML (Variable type)
The YAML type simplifies the handling of data in YAML format.
SocketCreateSSL (Function)
Creates a secure socket according to the SSL protocol.
CombinationFromName (Function)
Returns a combination of one or more options known by their names.
ExtractLine (Function)
Extracts a specific line from a character string.
EnumerationFromName (Function)
Returns an enumeration value known by its name.