ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Converting C types
Depending on the type of programming, it may be useful to know the correspondence between the types used in C and the types used in WLanguage......
Stemming (Property)
The Stemming property is used to enable stemming and to define the language used for stemming in a full-text index defined through programming.
Handling an OLE control by programming
WINDEV enables you to handle an OLE control by programming......
How to create an SQL query with a calculation formula?
This help page explains how to create a query with a calculation formula with the query editor....
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......
Handling a Carousel control through programming
WINDEV allows you to handle a Carousel control through programming......
HierarchicalDepth (Property)
The HierarchicalDepth property is used to: Find out the depth of a hierarchical control in a report. Modify the depth of a hierarchical control in a report (only if the report uses a data source through programming)....
RecordSize (Property)
The RecordSize property is used to get the size (in bytes) of a record in: a file described in the data model editor, a file described through programming, an HFSQL view, a query....
Native MariaDB Connector: Specific features
The Native MariaDB Connector creates "InnoDB" tables to support locks and transactions on a MariaDB database......
Programming a WEBDEV drop-down menu
Once the drop-down menu of your site is created, all you have to do is associate an action with each menu option......
HReconnect (Function)
Performs a reconnection to the server for all the interrupted connections. The uninterrupted connections are not modified.
Writing an email: the available methods
This help page presents the methods for writing an email....
WDSQL: Creating an SQL query
Once the connection to the database is established, WDSQL allows you to create different types of SQL queries......
Handling a toolbar through programming
WINDEV allows you to handle a Toolbar control through programming......
Thumbnail (Property)
The Thumbnail property is used to: get the value of an item thumbnail. This item was defined in the data model editor or through programming. get and change the image associated with a Thumbnail control....
How to find out whether a report was printed?
Native AS/400 Connector
WINDEV and WEBDEV include an optional module to access AS/400 databases......
Managing cookies
A cookie is an easy way to temporarily store information on the user's computer......
WLanguage
The integrated WINDEV language, WLanguage, is powerful, simple and intuitive......
PrivateKey (Property)
The PrivateKey property manages connections that use private keys (SSH or MQTT connections).
NbMemoItem (Property)
The NbMemoItem property is used to get the total number of memo items in a record of: a file described in the data model editor, a file described through programming, an HFSQL view, a query....
How to create and run an SQL query through programming?
This help page explains how to create and run an SQL query through programming....
NetworkUser (Function)
Identifies the name of the connected user.
SaaSChangePassword (Function)
Changes the password of the connected user.
Programming standard in Windows Vista and later
To increase security against worms and viruses, Windows Vista/7 implemented the UAC (User Account Control) mechanism....