ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code....
Managing the remote accesses
The remote accesses are used to create a temporary network connection......
SaaS administrator - Managing a site
The management of a SaaS site is used to modify the three main characteristics of the site......
Automatic features of Pivot Table controls
The Pivot Table control offers several Automatic Application Features (AAF) allowing the user to take advantage of all its capabilities......
Translation with Google Translate
WINDEV, WEBDEV and WINDEV Mobile allow you to support up to 64 languages in the same project......
The "Modifier"pane
The "Modifier" pane is used to view and/or modify, from the window editor, page editor or report editor, the main characteristics......
The Organization Chart control
The Organization Chart control is used to represent elements in a hierarchical way. For example: the contributors of a company according to their position. the different branches of a group with their inter-dependencies. the different steps of a manufacturing process, ......
Changing the window content by swipe
The mobile devices propose several features available via finger movements......
Playing a video with the MCI functions
MCI functions are used to easily handle the media files......
Multi-database queries
A query (typed in SQL code) can operate on different databases......
Undocking the editors
Who has never wanted to view the code and the UI at the same time, without being constrained by the environment? WINDEV, WEBDEV and WINDEV Mobile allow you to "detach" the editors from the environment of the main window......
Aligning elements in a List Box or Combo Box control
There are different methods to align the elements in a List Box or Combo Box control......
Handling the versions of a window, report, query or project
When creating and developing the different elements of a project (window, query, report, project, ......
Programming by preset action
Preset actions allow you to define the code of an event in a single click, without having to write one single line of code......
Handling data files in PHP
WEBDEV allows you to create a PHP site that handles data files......
Transparency of windows
WINDEV allows you to apply a transparency coefficient to the windows......
TitleHeader (Property)
The TitleHeader property is used to: Get the title and aspect of a column title-header (Table or TreeView Table control). Get the number of column title-headers (Table or TreeView Table control). Change the title and aspect of a column title-header (Table or TreeView Table control)....
Brochure of new features: New WINDEV features
New features in WINDEV 28 presented in the New Features brochure....
Automatic features of edit controls
Edit controls provide multiple automatic features available in all the controls of your applications without writing a single line of code......
Managing the application language through programming
A multilingual application is an application that can be distributed in several languages......
Pyramid charts
Pyramid charts allow you to view data in descending order......
Drop-down button
The drop-down button expands: a context menu. a popup window....
Managing the replications of HFSQL servers (Control Center)
The HFSQL Control Center is used to create, configure and manage the replications between HFSQL servers....
How to develop a site for Linux?
The method for developing a site for Linux is identical to the method for developing a site for Windows....
Functions for managing objects (External language)