ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

emailSMTPSession (Type of variable)
The emailSMTPSession type is used to access a messaging server by using the SMTP protocol (Simple Mail Transfer Protocol) in order to send emails.
Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
FolderWeb_15 (Function)
Caution: when migrating a project from WEBDEV 1.5 to WEBDEV 17: FolderWeb was replaced with FolderWeb_15. a warning is automatically generated in your project....
Real Time Performance Profiler (RTPP)
The Real Time Performance Profiler (RTPP) is a tool that helps you identify what is slowing down your application......
'Image gallery' Looper control
The "Image gallery" Looper control is used to manage the display of a set of images without programming......
Choose the type of image: dynamic, static, generated, ...
The images are often used to illustrate the site pages......
LooperToExcel (Function)
Creates an Excel file from the data found in a Looper control (browsing Looper control or memory Looper control).
MultimediaWidth (Function)
Returns the width (in pixels) of the source image of the media file played in the Multimedia control.
MultimediaHeight (Function)
Returns the height (in pixels) of the source image of the media file played in the Multimedia control.
FTPConnect (Function)
Connects the current computer to an FTP server (File Transfer Protocol).
InfoBuild (Function)
Displays a custom message in a system information window.
ErrorBuild (Function)
Displays a custom error message in a system error window.
FileDisplay (Function)
Displays a file in the browser of Web user.
Report based on a Looper control
A report based on a Looper control is used to directly print the information displayed in the control......
Other operators
The following are additional operators......
Constants for encryption/compression
List of constants used by the encryption/compression functions...
I was using Visual Basic with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......
DisplayedValue (Property)
The DisplayedValue property returns the value currently displayed in the control of a window or page.
Comparison operators
The comparison operators can be divided into several categories......
FOR EACH/FOR ALL statement (browse of arrays)
The FOR EACH statement is used to perform different types of browse on the arrays...
ArrayInsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
WinPasteForm (Function)
Pastes the content of a form stored in the clipboard.