ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Characteristics of a Sidebar control
The main characteristics of a Sidebar control can be configured......
Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice directly impacts the freeing of the class objects: depending on the selected take of reference, the "Destructor" will not be called at the same time....
SaaS administrator - Managing a client
Managing a SaaS client account is used to......
emailIMAPSession (Type of variable)
The emailIMAPSession type is used to access a messaging server by using the IMAP protocol (Internet Access Message Protocol) in order to retrieve the messages found on this server.
Dictionary properties
The properties of a WDTRAD dictionary are as follows......
Handling a Pivot Table control through programming
A Pivot Table control can be handled through programming......
Address (Type of variable)
The Address type is used to manipulate the address of a place or person.
TableDeleteWithAnimation (Function)
Deletes a row from a Table control, from a TreeView Table control (or from a table displayed in a Combo Box control) with an animation.
Check model
You can use check models to easily create checks...
WDAPI: Using the APIs in a WINDEV application
The two most interesting features of WDAPI are......
dSaveImage (Function)
dSaveImage is kept for backward compatibility.
dChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line): in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
emailPOP3Session (Type of variable)
The emailPOP3Session type is used to access a messaging server by using the POP3 protocol (Post Office Protocol) in order to retrieve the messages found on this server.
EmailReadMessageHeader (Function)
Reads the header of an incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
NetGetFile (Function)
Retrieves an existing file from an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
NetSendFile (Function)
Transmits a file to an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
EmailReadFirst (Function)
Reads the first incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
WDLog: Restoring HFSQL data files
WDLog is used to restore the data files saved by WDLog......
Printing bar codes
WINDEV, WEBDEV and WINDEV Mobile allow you to print bar codes....
Item Description (Type of variable)
An Item Description variable is used to describe one or more items in a data file programmatically.
Code snippets
The code editor allows you to enter "Code snippets"......
Filtering a data file, a view or a query
A filter is used to define by programming a selection of records corresponding to one or more criteria......
The Scheduler control
...The Scheduler control is used to automatically display and handle schedules. It is used to manage the display of multiple resources and it is used in several applications or sites....
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......
AAF: Handling the columns of a Table control
The Table controls displayed in a window allow the end user to perform several operations......