ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Programming overview in C and C++
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
BrowserVersion (Function)
Returns the version of the browser used by the Web user.
SourceFile (Property)
The SourceFile property is used to set the characteristics of a link.
Implementing the log process in an application
Regardless of the data files used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these data files......
HashCheckString (Function)
Checks the Hash of a character string for a specific type of algorithm.
Report based on a Looper control
A report based on a Looper control is used to directly print the information displayed in the control......
Managing a Text token Edit control
...Interfaces that use token controls are common. A Token control contains variable amounts of information in a limited area....
Sort (Function)
Sorts a WLanguage array.
Unicode in character strings
UNICODE is an encoding system that assigns a unique number to each character....
Spreadsheet control in a window
The spreadsheet is one of the most often used business tools. The Spreadsheet control is used to include a spreadsheet in your WINDEV windows....
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
1. WEBDEV environment
WEBDEV Tutorial: WEBDEV overview Lesson 1 - WEBDEV environment - 5 min
The Drawer control
The Drawer control can be expanded in order to display (or not) the integrated controls......
dVerticalSymmetry (Function)
Flips an image with respect to a vertical axis (symmetry with respect to a vertical axis).
dHorizontalSymmetry (Function)
Flips an image with respect to a horizontal axis (symmetry with respect to a horizontal axis).
BrowserPlatform (Function)
Returns the user's browser platform....
LinkedFile (Property)
The LinkedFile property is used to set the characteristics of a link.
PositionOccurrence (Function)
Finds the Xth position of a string within another string.
Native MariaDB Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose a Native Connector to MariaDB (also called Native Access)......
Choosing the action associated with the link
You can associate an action with the link regardless of the type of link......
BrowserType (Function)
Returns the type of browser used by the Web user.
Characteristics of a toolbar
The main characteristics of a "Toolbar" control are configured in the "Details" tab and in the "UI" tab of the description window of control......
Customizing the report viewer (preview)
You can display a print preview in the report viewer......
6. Procedures
WINDEV Tutorial - WLanguage basics Lesson 6 - Procedures - 20 min