ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SaaS administrator - Managing a site
The management of a SaaS site is used to modify the three main characteristics of the site...
Brochure of new features: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
New Features brochure - Version 28: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
The Repositionable Note control
The Repositionable Note control allows you to include the famous yellow sticker in your applications......
SortOption (Property)
The SortOption property gets and sets the sort options used in: text columns in Table controls, text columns in Treeview Table controls, List Box and ListView controls, Combo Box controls, attributes of Looper controls, images, clickable images and thumbnails with automatic sequence....
FileToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
6. Source Code Manager (SCM)
To simplify teamwork, WINDEV Mobile includes a Source Code Manager....
Lotus Notes constants
List of constants used by the Lotus Notes functions....
The structure of the RAD patterns (kept for backward compatibility)
...The RAD pattern files (MDL files) are used to describe:...
Handling a database from a Java application
You can start developing your application as soon as the WINDEV project is defined as being a Java project......
Data model editor: types of links
Several types of links can be found between the files......
Editing the CSS style sheet
WEBDEV gives you the ability to manage all the CSS styles used in a project......
Handling the versions of a window, report, query or project
When creating and developing the different elements of a project (window, query, report, project, ......
NbItem (Property)
The NbItem property is used to get the total number of items (including composite keys) in a record of: a file described in the data model editor, a file described programmatically, an HFSQL view, a query....
Binding an OLE control to an item
An OLE control can be bound to an item in a data file, query, etc....
NetDirList (Function)
Lists the directories and the files found: on the FTP server (File Transfer Protocol) or on the RPC server (Remote Procedure Call) powered by WINDEV, on the client computer. This function is kept for backward compatibility....
FlexAlignContent (Property)
The Property FlexAlignContent allows you to know and modify the alignment characteristics of the lines contained in the Flexbox field according to the secondary axis of the field ( Property corresponding CSS "align-content").
Functions for managing objects (External language)
Describing a problem to the Free Technical Support
Modeling editor: Managing the styles
The modeling editor proposes an advanced management of styles......
7. Layouts using the Flexbox control
Diagram Editor (WINDEV): ribbon and panels
The Diagram Editor includes many features accessible via......
Automatic positioning
When moving a control in a window, in a page or in a report, guides are automatically displayed by the real-time interface checker (also called automatic positioning)......
NbKeyItem (Property)
The NbKeyItem property is used to get the total number of key items (including composite keys) in a record of: a file described in the data model editor, a file described through programming, an HFSQL view, a query....
Binding a Link control to an item
How to use an array of structures?
An array of structures is an Array variable......