ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Type (Example)
Usage example of the Type property
TreeView Table report
The report editor allows you to create "TreeView Table" reports......
User Groupware and LDAP
The LDAP protocol is increasingly used by the companies......
rssChannel (Type of variable)
The rssChannel type is used to handle a RSS channel...
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.
HTransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
The archives
WINDEV, WEBDEV and WINDEV Mobile propose several WLanguage functions allowing you to compress and merge your files into archives......
CertificateLoad (Function)
Loads a certificate from a file or a buffer.
ConsoleRead (Function)
Reads a string in the standard input stream "stdin".
NetClientSendMessage (Function)
Sends a message from the server to all the connected client computers. This function is kept for backward compatibility....
Gantt Chart report
The report editor gives you the ability to create "Gantt Chart" reports......
UMCActive (Function)
Used to find out and modify the activation of UMC management (User Macro-Code).
BTListService (Function)
Returns the list of services provided by a Bluetooth device.
Information 302: Ambiguity between a variable and a control
ToastDisplayPopup (Function)
Displays a popup page during a given duration in order to display a "Toast" message.
Errors during an FTP installation
The list below presents the error messages that are displayed in the remote setup wizard (for the site manager)......
2. Development
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 2 - Development - 30 min
fReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
dFont (Function)
Declares the font that will be used by dText: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
dCopyImage (Function)
Copies an image: from an Image control to another Image control. from an Image variable to another Image variable....
EmailReadMessage (Function)
Reads an incoming according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
The email structure
The email structure is a preset structure of WLanguage (no declaration is required)......
State (Property)
The State property is used to get and change the state of an element.