ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<emailPOP3Session variable>.CloseSession (Function)
Closes a POP3 session.
Creating an executable: Data file directory
Two types of directories can be configured when creating the executable......
19. Sending emails
Managing the required input in WEBDEV
To prevent users from leaving a control empty, you can set it as a required field......
StringToDate (Function)
Converts a date in character string format to a date in YYYYMMDD format.
SCM: Retrieving changes made in a branch
Any changes made in a branch can be retrieved in the main version of the application......
IntegerToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date (this date is an integer).
IntegerToDay (Function)
Returns the day of the week that corresponds to the specified date (this date is an integer).
IntegerToMonthInAlpha (Function)
Returns the name of the month that corresponds to the specified date (this date is an integer).
Deploying an application via App Store
Deployment to the App Store is the most common deployment mode......
TimestampUTC (Property)
The TimestampUTC property is used to: Find out whether a timestamp item will use UTC time or local time. This item was defined in the data model editor or through programming. Define whether a timestamp item will use UTC time or local time (when describing the item through programming)....
4. Activating a dynamic WEBDEV site
PageToSource (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
LastDayOfWeek (Function)
Returns the date of the last day of the week corresponding to a given date.
SourceFromPage (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
Code history
The code history is used to......
Error 803: Return and Result cannot be used in the same process
Yesterday (Function)
Returns the date of the day preceding the current day or a given date.
Tomorrow (Function)
Returns the date of the day following the current day or a given date.
Creating an executable without library
When creating an executable, you can choose not to use a library or not to include all the elements of the project in the library......
<sshSession variable>.ConnectShell (Function)
Starts a new SSH session of "Shell" type.
Universal Windows 10 App applications: Required configuration
To develop Universal Windows 10 App applications with WINDEV or WINDEV Mobile, you must......
SSHConnectShell (Function)
Starts a new SSH session of "Shell" type.
File Description (Type of variable)
The File Description variable is used to programmatically describe data files.
The "Column" charts
The data is interpreted as "columns" whose height is proportional to the value of data......