ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

UI audit: Detect obsolete features
The lifecycle of some projects span several years......
Native Access Connector
This type of Native Connector allows access to ACCESS databases for better interoperability purposes......
Optional connection information
When defining the connections in the data model editor or when defining the connections through programming, you have the ability to specifier the optional connection information......
Looper control populated programmatically
A Looper control populated programmatically is directly linked to lists stored in memory......
Importing elements into a project
All the elements handled by a project (window, report, classes, set of procedures, queries, ......
Feedback component
The Feedback component is a component provided with WINDEV......
8. 10 tips for better interfaces...
NumberColumn (Property)
The NumberColumn property is used to: Get the number of columns in Table, Check Box, Radio Button controls, etc.. Set the number of columns in a multi-column List Box control....
Importing a WINDEV/WINDEV Mobile project and its elements
A WINDEV project and all its elements compatible with WINDEV Mobile (analysis, windows, classes, sets of procedures, queries, ......
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system......
Minimap
The minimap is an option that allows you to quickly navigate the code editor......
The AWP technology (Active WEBDEV Page)
PC SOFT proposes a new technology......
Client/Server: Connecting the client computers to the server
In order for the application to be able to handle the data files found on the HFSQL server, the connection that will be used by the application must be defined in the project......
HTrack (Function)
Starts tracking write actions (addition, modification or deletion) performed on a file found in an HFSQL server.
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......
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......
FlexAlignItems (Property)
The Property FlexAlignItems allows you to know and modify the alignment characteristics of the fields inside a row of a Flexbox field according to the secondary axis of the field ( Property 900 corresponding CSS "align-items").
InterpretAmpersand (Property)
The InterpretAmpersand property is used to determine and change how the '&' character is interpreted in: the caption of a Static control. the elements of a List Box control. the elements of a Combo Box control. the values of a column in a Table control....
DynamicSiteDisplay (Function)
Starts a dynamic WEBDEV site from a static page or or from a dynamic WEBDEV page.
Associating an image with the elements of a TreeView control
The different methods for associating an image with the elements of a TreeView control....
Application in kiosk mode
A kiosk application is an application from which the user cannot exit......
Handling List Box controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle List Box controls....
Native SQL Server Connector: Executing the same stored procedure multiple times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters ......
9. Overlaying controls
<Source>.Track (Function)
Starts tracking write actions (addition, modification or deletion) performed on a file found in an HFSQL server.