ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Feedback component
The Feedback component is a component provided with WINDEV......
ChangeCharset (Function)
Retrieves and/or changes the character set used: by all the screen fonts. by all the operations performed on the character strings (functions and/or operators)....
Internal procedure
Several features require a procedure called once or several times via a WLanguage function ("Callback")....
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....
SSL: Secure transactions with WEBDEV
When using an Internet application, the data circulating between the computer of the Web user and the Web server is not protected......
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system......
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......
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, ......
Handling a dynamic programmatically
WINDEV allows you to handle Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......
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......
Instantiation of an object
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
StoreTheValue (Property)
The StoreTheValue property is used to: Find out whether a control keeps its value between two application starts via the persistence. Modify a control so that it keeps (or not) its value between two application starts via the persistence....
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....
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 ......
Application in kiosk mode
A kiosk application is an application from which the user cannot exit......
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....
9. Overlaying controls
Query and project
What is an application?
An application is a set of objects (windows, controls, ......
Native Sybase Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Sybase (also called Native Access to Sybase......
Native Sybase Connector: Running the same stored procedure several times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters......
Native PostgreSQL Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose a Native Connector to PostgreSQL......