ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Opacity (Property)
The Opacity property is used to get and change the opacity of an element.
Writing an email
Writing an email in WLanguage consists in filling the email structure of WLanguage......
2. Transferring files via FTP
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another....
MatReadColumn (Function)
Reads the value of all the elements found in a matrix column.
Runtime error management functions
List of functions for managing runtime errors...
OCRExtractText (Function)
Reads the text contained in an image.
BackgroundColor (Property)
The BackgroundColor property is used to get and change the background color of an element.
<String type>.Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
The "Surface" charts
The Surface chart is used to represent correlated analogical data, according to 3 axes...
Queue (Type of variable)
A Queue variable is a structured type that groups a set of elements of the same type.
BTStatus (Function)
Returns the current Bluetooth activation status on the device or asks to be notified when the activation status changes.
SOAPToHTTP (Function)
Builds the HTTP request to call a function of a Webservice. This request can be modified to adapt it to the expectations of the Webservice, if necessary. It can then be sent using HTTPSend.
TwainState (Function)
Returns the status of the current source.
InsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
TableSavePositionAndSelection (Function)
Saves: the scrollbar position in a Table or TreeView Table control, the elements selected in the control....
WiFiActivate (Function)
Enables or disables Wi-Fi on the device.
Designation of current element (Reserved word)
The keywords used to identify the current element are:
xlsData (Function)
Retrieves the content of a cell found in an XLS file.
Address
The Address keyword can correspond to...
ThreadPersistent (Function)
Makes a thread persistent.
sfSearchResult (Type of variable)
The sfSearchResult type is used to find out the result of SFSearch...
InSeconds (Property)
The InSeconds property is used to convert a Duration variable to seconds.
InMilliseconds (Property)
The InMilliseconds property is used to convert a Duration variable to milliseconds.
User (Property)
The User property is used to identify and change the user of a feature.
HOpenConnection (Example)
Usage example of the HOpenConnection function