ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HOut (Function)
Used to find out whether the record on which you want to be positioned is located outside the table, filter, view or query.
WebSocketClientConnect (Function)
Establishes a connection between the client and a WebSocket server.
RTFSelection (Function)
Modifies or lists the attributes of the text currently selected in an RTF field (in a WINDEV window or report).
rssChannel (Type of variable)
The rssChannel type is used to handle a RSS channel...
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.
Events associated with supercontrols
List of events associated with supercontrols...
String of (Variable type)
The String of type is used to manipulate fixed-length strings. These strings have a null character at the end, denoted by a zero (as in the C programming language).
GetDefinition (Function)
Retrieves the definition of element type.
Empty (Property)
The Empty property is used to determine if: a Looper, Table, List Box or Combo Box control is empty. The field can be a file or memory field. a Chart control contains no series. a report control is empty (control linked to an item). an array (or an associative array) contains no element. an element of an associative array exists or not. a queue, a list or a stack contains no element....
HReadFirst (Function)
Sets the position on the first record according to a browse item.
HRetrieveLog (Function)
Creates a text file containing the server logs between two given dates.
PageToEmail (Function)
Emails the data found in a page currently displayed in the browser.
Radial Bar chart
The "Image gallery" Looper control is used to manage the display of a set of images without programming......
FTPGet (Function)
Transfers a file or directory from an FTP (File Transfer Protocol) server to the current computer.
Email (Type of variable)
The Email type is used to handle the email content as well as the associated information.
XMLOut (Function)
Used to find out whether the element (tag or attribute) on which we want to be positioned is outside the XML document.
Handling an Edit control programmatically
You can handle Edit controls programmatically......
aiNeuralNetworkModel (Type of variable)
The aiNeuralNetworkModel type is used to define all the advanced characteristics of a neural network used by AIDetectModel.
HModify (Function)
Modifies the specified record or the record found in memory in the table (query or view).
Overloading a WLanguage function or using a WLanguage function in an SQL query
WLanguage includes the "WL" keyword......