ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WINDEV License Agreement
WINDEV License Agreement...
Font management properties
List of font management properties...
ThreadResume (Function)
Resumes the execution of a thread that was interrupted by ThreadSuspend. Function not recommended.
13. External component in practice
External component in practice...
12. External component in practice
ArraySeekByProcedure (Function)
Seeks an element in a one-dimensional WLanguage array by using a comparison procedure.
Native MariaDB Connector: Specific features
The Native MariaDB Connector creates "InnoDB" tables to support locks and transactions on a MariaDB database......
Native MySQL Connector: Specific features
The Native MySQL Connector (also called "Native MySQL Access") creates "InnoDB" tables to support locks and transactions on a MySQL database......
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]....
NetMACToIP (Function)
Returns the IP address corresponding to a given MAC address.
EncryptAsymmetric (Function)
Encrypts a buffer using an asymmetric encryption algorithm (RSA) that requires a public key and a private key.
LoadWDL (Function)
Loads a library of WINDEV objects in memory (.WDL).
SysIconAddImage (Function)
Adds an icon that overlays the application icon in the taskbar.
Scroll (Property)
The Scroll property gets and sets the scroll value in a Scrollbar or Range Slider control.
HTTP constants
List of constants used by the HTTP functions....
Handling controls in a window
The different operations that can be performed on the window controls are as follows......
Developing sites for specific platforms
Many devices can be used to display websites (Android phone, iPhone, etc....
BCDecode (Function)
Decodes the information stored in a QR Code bar code.
Shared information
The information entered when creating the files and the items is shared throughout the environment......
Linux application: Tips and tricks
In Windows/Linux multi-configuration applications, several limitations may appear: control not supported, functions not available, ......
MapCircle (Type of variable)
The MapCircle type is used to define the characteristics of a circle to be drawn on the map displayed in a Map control.
SOCKS5 protocol
SOCKS5 is a simple network protocol intended to standardize the use of proxies for applications......
Automatic AJAX
The diagram below presents the automatic and immediate use of AJAX in a WEBDEV site......
NetIPToMAC (Function)
Returns the MAC address corresponding to a given IP address.
SOAPAddXMLSignature (Example)
Usage example of the SOAPAddXMLSignature function