ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Importing elements into a project
All the elements handled by a project (window, report, classes, set of procedures, queries, ......
FlexJustifyContent (Property)
The Property FlexJustifyContent allows you to know and modify the alignment of the fields inside the Flexbox field according to the main axis of the field ( Property corresponding CSS "justify-content").
ArrayAddSorted (Function)
Adds an element to a one-dimensional WLanguage array taking into account: the sort criteria defined by ArraySort the comparison operator described in the class, if the elements of the array are class instances....
Domotics: Overview
The home automation via power-line carrier (X10) has now become reality......
Handling a dynamic programmatically
WINDEV allows you to handle Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......
Computer renamed or changed
During the development phase, you may have to change the computer used for development (change computer, rename the computer, ......
Brochure of new features: new features of WINDEV Mobile
New features in WINDEV Mobile 28 presented in the New Features brochure....
New Features brochure - Version 28: WINDEV Mobile news
New features in WINDEV Mobile 28 presented in the New Features brochure....
Dynamic instantiation of a .NET object
A .NET object can be dynamically associated with a .NET class, we talk of dynamic instantiation of object....
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
Reading an email
This help page explains how to read an email from a WINDEV application and how to display its content in a WINDEV application....
Handling an iFrame control through programming
WEBDEV allows you to handle an iFrame control by programming......
Native PostgreSQL Connector: Programming with HFSQL functions
To use a PostgreSQL database with Native Connector (also called Native Access), the structure of PostgreSQL tables must be imported into the WINDEV or WEBDEV analysis......
Report based on a programmed data source
In a report on a programmed data source, the reading of the records that will be displayed in the report requires full programming in WLanguage......
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system......
<Array>.AddSorted (Function)
Adds an element to a one-dimensional WLanguage array taking into account: the sort criteria defined by ArraySort the comparison operator described in the class, if the elements of the array are class instances....
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").
End of Document block
The End of document block is run once at the end of the report execution......
Errors during an FTP installation
The list below presents the error messages that are displayed in the remote setup wizard (for the site manager)......
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......
Native Progress Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Progress ......
Handling an internal component
An internal component is a set of elements from a project......
Access rights to a class property: special cases
The retrieval and assignment processes can be public, private or protected. The access rights of the property correspond to the less restrictive rights of the two processes....
Skin template generator
Development teams that have design expertise sometime want to be able to create their own skin templates......
Associating an image with the elements of a TreeView control
The different methods for associating an image with the elements of a TreeView control....