ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Buffer type>.EncryptStandard (Function)
Encrypts a character string or a binary buffer by using a symmetrical encryption algorithm (AES, DES, etc.)
Option Description (Type of variable)
An Option Description variable is used to handle the characteristics of a combination option through programming.
<Array type>.Contain (Function)
Searches for an element in a WLanguage array. This new function is available from WINDEV Suite SaaS 2025 - Update 2....
<Date type>.ToInteger (Function)
Converts a date to an integer.
<DateTime type>.ToEpoch (Function)
Converts a local datetime to Epoch format (number of time units since 01/01/1970 at 00h00 UTC)....
Hyper File functions available for backward compatibility
fLoadText (Function)
Loads the content of a text file into any text control or text variable (string variable, edit control in a window, Static control in a report, etc.).
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable, edit control in a window, Static control in a report, ...).
Multi-touch in a Chart control
One of the most common applications of the multi-touch feature is used to handle images......
Native Oracle Connector for WINDEV and WEBDEV
WINDEV and WEBDEV support an optional Native Oracle Connector (also called Native Oracle Access......
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data......
Python: Use in WLanguage
WLanguage supports Python functions in native mode......
Multi-control search: search in a window
You want to find a word in the controls of your window? Nothing is easier, press CTRL + F and type the word to find......
The Spreadsheet control
Spreadsheets are one of the most used office tools......
Error 703: The property does not exist
Handling a dictionary
WINDEV, WEBDEV and WINDEV Mobile allow you to easily perform the following operations on a dictionary......
ReturnedValue (Property)
The ReturnedValue property is used to: Get and change the value returned by a window, page or report. Get and change the value returned by an option in a Radio Button control....
The "Dictionary" pane
The "Dictionary" pane is used to handle the WINDEV dictionaries ("......
Subscribing an element to the dictionary
The subscription to a dictionary element is automatically proposed......