ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Setup wizard: Steps for creating a WINDEV application setup program
The setup program creation wizard allows you to define all the settings of your setup program.
Database parameters (Setup program)
The setup program creation wizard includes the setup of the database along with the application and suggests additional elements...
Configuring the setup program
Two tools can be used to create a setup program...
TableEnableFilter (Function)
Implements a user filter on a column found in a Table or TreeView Table control.
Handling a control through programming in a report
All report controls can be handled through programming......
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.
WinStatus (Function)
Identifies or modifies the window status.
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....
Characteristics of a Sidebar control
The main characteristics of a Sidebar control can be configured......
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......