ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

4. Conditional statements
WINDEV Mobile Tutorial - WLanguage basics Lesson 4 - Conditional statements - 20 min
1. Overview
Tutorial - Creating a website with back office processes Lesson 1 - Overview - 5 min
3. Dates, arrays and structures
WEBDEV Tutorial - WLanguage basics Lesson 3 - Dates, arrays and structures - 20 min
User Control Center: Overview
The User Control Center is used to manage the applications deployed on a company network....
Deploying an application via App Store
Deployment to the App Store is the most common deployment mode......
Reloading a document
To reload a document, ......
Writing an email: the available methods
This help page presents the methods for writing an email....
Input masks and display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
WDLog: Restoring HFSQL data files
WDLog is used to restore the data files saved by WDLog......
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....
Query: Displaying the records corresponding to a given period
When a "Date" item is found in the query, you have the ability to only select the records corresponding to a given period......
Instant spotting of modified code/current code
The modified lines of code are immediately visible......
ERR_BAD_APPLICATION
StartVisibleRange (Property)
The StartVisibleRange property is used to: get and change the first visible date or time in a Scheduler or TimeLine control. change the first visible time in a TimeLine control....
Comparing controls
In some cases, you may need to compare two controls in one or more windows or pages......
9. Distributing "Reports and Queries"
16. Protecting access to the site: passwords
EpochToDateTime (Function)
Converts a date and a time in Epoch format (number of time units since 01/01/1970 at 00h00 UTC) to a local datetime....
3. Dates, arrays and structures
WINDEV Mobile Tutorial - WLanguage basics Lesson 3 - Dates, arrays and structures - 20 min
3. Editing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 3 - Editing products - 50 min
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
Handling RTF in an Edit control
Rich Text Format (RTF) is used to encode text and simplify exchange between applications......
Defining clickable areas
In a page, an Image control can contain clickable areas......
Refreshing the page data
In a dynamic WEBDEV site, the page data is refreshed during a user action......
Handling Gantt Chart controls programmatically