ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Flexbox example: automatic control layout
Flexbox controls allow arranging controls exactly as desired when the browser is resized......
JSON
JSON (JavaScript Object Notation) if a light format for exchanging data......
Partial indexing of memos
You now have the ability to index the content of a text memo item......
Generator of WINDEV skin templates: Customizing the elements
The generator of WINDEV skin templates is used to generate the necessary files for creating a custom skin template for the WINDEV projects......
SCM: Renaming or changing a computer
During the development phase, you may have to work on different computers......
10. Customizing the aspect of a site: skin elements
12. Managing tasks
The Project Management Hub allows the project contributors to manage their task schedule....
How to install a Universal Windows 10 App application on a tablet
The generation of a WINDEV Mobile application for Universal Windows 10 App groups all the project elements (windows, code, etc....
I was using C with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......
Finding unused styles in a WEBDEV project
In most cases, WEBDEV or WEBDEV element styles are created when designing a website...
5. Project configuration
Project configuration...
fLoadText (Function)
Loads the contents of a text file into any text field or variable (string variable, window edit control, report label field, etc.).
Managing iconic fonts
Include special characters in your captions via the iconic fonts....
GranularityDuration (Property)
The GranularityDuration property gets and sets the size of the grid to resize: appointments in an Organizer control. appointments in a Scheduler control. events in a TimeLine control. tasks in a Gantt Chart column....
FlexAlignContent (Property)
The FlexAlignContent property gets and sets the alignment of the lines within the Flexbox control along the cross axis (corresponding CSS property: "align-content").
FlexAlignItems (Property)
The FlexAlignItems property gets and sets the alignment of the items in a line of a Flexbox control along the cross axis (corresponding CSS property: "align-items").
The "Column" charts
The data is interpreted as "columns" whose height is proportional to the value of data......
LanguageDescribed (Property)
The LanguageDescribed property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).
Automatic completion
The automatic completion helps you write WLanguage code in your applications......
Real Time Performance Profiler (RTPP)
The Real Time Performance Profiler (RTPP) is a tool that helps you identify what is slowing down your application......
The indexed controls
A control is an indexed control if it contains several controls with the same name......
Coloring the procedures
A color (text color) can be assigned to the procedures so that they can be easily classified and identified......
How to create an SQL query to get a TOP 10?
This help page presents the method for creating an SQL query used to get the first 10 records......