ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CombinationFromName (Function)
Returns a combination of one or more options known by their names.
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.
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....
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....
SocketCreateSSL (Function)
Creates a secure socket according to the SSL protocol.
List,Select,- (External language)
Deselects an element from a drop-down list or from an expanded list.
ExtractLine (Function)
Extracts a specific line from a character string.
EnumerationFromName (Function)
Returns an enumeration value known by its name.
restRequest (Variable type)
The restRequest type is used to define the advanced characteristics of a REST request.
ArrayDelete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
Table control based on a variable
A Table control based on a variable is a Table control whose columns are bound to the elements of an Array variable, to the members of a class or to the elements of an advanced variable (e.g., xlsDocument)......
iRoundBorder (Function)
Prints a border with rounded outlines at specified coordinates.
Manipulating a Layout control programmatically
A Layout control can be......
fClose (Example)
Usage example of the fClose function
ArrayAdd (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of events of gglCalendar, etc.). of a WLanguage list....
EventCreate (Function)
Creates an event.