ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ExceptionThrow (Function)
Artificially triggers the security mechanism of WLanguage by throwing an exception.
The Ad control
The Ad control is used to monetize an Android application by displaying an ad banner that generates incomes according to the number of clicks performed by the application users....
DnDAccept (Example)
Usage example of the DnDAccept function
Configuring the development environment
WINDEV, WEBDEV and WINDEV Mobile propose different modes for using the development environment......
HTML (Property)
The HTML property is used to configure the use of HTML content.
fStopCompress (Example)
Usage example of the fStopCompress function
TableSortChild (Function)
Sorts a branch in a TreeView Table control on one or more columns.
ThreadEnd (Function)
Ends the execution of the current thread.
JSONToVariant (Function)
Converts a JSON string to a Variant variable.
ExecuteMainThread (Function)
Triggers the execution of the procedure specified in the main application thread.
Mean (Function)
Calculates the mean of several elements: elements found in an array, numeric values, ......
btleService (Type of variable)
The btleService type is used to handle a Bluetooth Low Energy service ("Bluetooth GATT Service").
Time management help
Time management is extremely important......
Types of charts available
WINDEV, WEBDEV and WINDEV Mobile propose different types of charts......
ClipboardRTF (Function)
Retrieves an RTF string from the clipboard (the content of the clipboard is in RTF format).
AddFavorite (Function)
Adds an Internet address into the list of favorites for the Web user.
zipSize (Example)
Usage example of the zipSize function
Gantt Chart report
The report editor gives you the ability to create "Gantt Chart" reports......
User Groupware and LDAP
The LDAP protocol is increasingly used by the companies......
UI audit: Detect obsolete features
The lifecycle of some projects span several years......
The Diagram Editor control
The Diagram Editor control allows users to create and edit diagrams in your applications and sites......
1. Creating a WEBDEV project and its analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 1 - Creating a WEBDEV project and its analysis - 5 min
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....
Month (Property)
The Month property is used to: Retrieve the month from a Date or DateTime variable. Modify the month in a Date or DateTime variable. Retrieve the month from a Date item (in "Simple date" or "Date and Time" format) Modify the month in a Date item (in "Simple Date" or "Date and Time" format)...
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.