ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling a Tab control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Tab control through programming......
<emailSMTPSession variable>.StartSession (Function)
Starts an SMTP session.
<EmailOutlookSession variable>.StartSession (Function)
Starts an Outlook section.
Native AS/400 Connector
WINDEV and WEBDEV include an optional module to access AS/400 databases......
SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.
<emailPOP3Session variable>.StartSession (Function)
Starts a POP3 session.
App Tracking Transparency - Activity tracking
App Tracking Transparency enables users to authorize an iOS app to track their activity on third-party mobile apps and websites for advertising or data sharing purposes......
EmailStartIMAPSession (Function)
Starts a session for receiving and reading emails with the IMAP protocol.
The groups of controls
A group of controls is a set of controls grouped together in order for their characteristics (their visible status for example) to be modified (or checked) in a single operation by programming......
<EmailNotesSession variable>.StartSession (Function)
Starts a Notes session.
EmailStartOutlookSession (Function)
Allows you to access data handled by the Outlook messaging software (emails, contacts, groups of contacts, tasks, appointments and folders).
EmailStartPOP3Session (Function)
Starts a session for receiving and reading emails with the POP3 protocol.
Mathematical SQL functions
The mathematical SQL functions that can be used on the queries written in SQL code are as follows......
The Chart control
The "Chart" control is used to display a chart in windows, pages and reports......
HReadFirst (Function)
Sets the position on the first record according to a browse item.
SQL selection conditions
To specify the selection conditions in an SQL query, you can use......
DateTime (Type of variable)
The DateTime type enables you to easily handle a date and a time...
Common project
Projects are often cross-platform......
SQL functions that can be used in SQL queries
The following SQL functions can be used on the queries written in SQL code (classified by theme)......
HReadNext (Function)
Sets the position on the next data file record according to a browse item.
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
<Source>.ReadNext (Function)
Sets the position on the next data file record according to a browse item.
<Source>.ReadFirst (Function)
Sets the position on the first record according to a browse item.
EmailStartSession (Function)
Starts an email management session based on the selected management mode (POP3, SMTP, IMAP or MS Exchange).
Windows
The windows represent the main interface of a WINDEV application......