ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Providing an image per DPI
On mobile, when displaying images, each device has its own physical size and its own graphic resolution......
<Page>.FromSource (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
Information 37: Optimize your FOR loop
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......
The single-part and multi-part archives
Two types of archives are available......
Handling a Pivot Table control through programming
A Pivot Table control can be handled through programming......
The Flexbox control
Flexbox is a standard layout system for web pages......
Hour (Property)
The Hour property is used to: Get the time from a variable of type Time or DateTime, or the number of hours from a variable of type Duration. Change the time in a variable of type Time or DateTime, or the number of hours in a variable of type Duration. Retrieve the time or the number of hours from a Date item (in "Date and time" or "Duration" format) or from a Time item. Modify the time or the number of hours in a Date item (in "Date and time" or "Duration" format) or in a Time item....
Report controls
Several types of controls can be handled in a report created by the report editor......
HFSQL Client/Server: Scheduled tasks
The scheduled tasks are used to schedule automatic tasks......
Managing HFSQL Cluster
Methods for managing an HFSQL cluster and its databases....
The log process
...A log is a special file that contains the history of all changes made to one or more data files over a given period of time (date the file was created, last automatic data modification, last backup created with WDLog, etc.)...
Background image of multilingual window
In some cases, the background image of a window can contain a text (the application name, a specific caption, ......
2. First tests
WINDEV Mobile Tutorial: My first Android/iOS application Lesson 2 - First tests - 1 hr...
SourceToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
Search and full-text index
HFSQL proposes a quick search for character strings in the data......
Spare server
A "spare" server is a target server in a unidirectional automatic replication......
Report based on a text file
In a report based on a text file, the information to print is read from a text file or is directly assigned in the report controls......
Android Control Center
Do you know where to find your application log files?...
Socket: Creating a simplified socket server
WINDEV gives you the ability to create a simplified socket server......
FAQ about Windows Vista and later
This help page presents a list of problems that may occur when using Windows Vista and later......
Customizing the WEBDEV User Groupware
The groupware in automatic mode offers several possibilities......
Database parameters (Setup program)
The setup program creation wizard includes the setup of the database along with the application and suggests additional elements......
dbgCheckTrue (Function)
Checks whether an expression is set to True in assertive programming and in automated test mode.
TestCheckTrue (Function)
Checks whether an expression is set to True in assertive programming and in automated test mode.