ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Responsive Web Design: Managing a header bar
This help page explains how to create a page containing a header bar in Responsive Web Design mode......
BackgroundTaskAdd (Function)
Adds a new background task.
InHours (Property)
The InHours property is used to convert a Duration variable to hours.
InMinutes (Property)
The InMinutes property is used to convert a Duration variable to minutes.
InSeconds (Property)
The InSeconds property is used to convert a Duration variable to seconds.
InDays (Property)
The InDays property is used to convert a Duration variable to days.
InMilliseconds (Property)
The InMilliseconds property is used to convert a Duration variable to milliseconds.
Events associated with a Rich Text Area control
WEBDEV manages the following events by default (order of appearance in the code editor)......
2. Managing a database
WEBDEV Tutorial: My first WEBDEV website Lesson 2 - Managing a database - 30 min
DiagramSave (Function)
Saves a diagram as a "diag" file.
ParallelTaskWait (Function)
Waits for the execution of a parallel task.
The framesets
Via the management of framesets, WEBDEV allows you to display several HTML pages in the same browser window......
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application with the executable......
TimeToString (Function)
Converts a time to a string in the specified format.
Project Management Hub: Gantt chart
The Project Management Hub is used to follow the tasks of one or more contributors via......
SpellAvailable (Function)
Indicates whether a dictionary is available for the spelling checker (check performed in the controls that use the integrated correction or check performed by WLanguage functions).
Manager of automated tests
The test manager is used to......
BackgroundTaskList (Function)
Returns the list of background tasks for the application.
PopupClosePage (Function)
Hides a page displayed as a popup via PopupDisplayPage.
LineHeight (Property)
The LineHeight property is used to get and change the height of the rows: in a List Box control, in a ListView control (standard display mode only), in a Table control, in a Combo Box control, in a Looper control (height of the row), in an Organizer control....
Spreadsheet: Using the ribbon
The ribbon of the Spreadsheet control proposes several features and it allows you to define several settings......
ChangeAction (Function)
Used to specify the action to perform when the HTML page displayed in the browser is no longer synchronized with the page context on server.
ParallelTaskExecuteAfter (Function)
Indicates a continuation parallel task that will be run when one of the specified parallel task is completed.
Programming the browsing Looper controls
These are the main concepts for programming Looper controls based on a data file......
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications generated with WINDEV Mobile. This allows you to create global procedures in Java....