ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Application in kiosk mode
A kiosk application is an application from which the user cannot exit......
Using an external component in an application
A component can be reused at any time in any application......
1. Examples provided with WINDEV Mobile
MinValue (Property)
The MinValue property is used to: get and set the bottom value of a report based on a data file. get the minimum value of the current filter. get the minimum value of a data series in a chart. get and set the minimum value for some types of controls....
MaxValue (Property)
The MaxValue property is used to: get and set the top value of a report based on a data file. get the maximum value of the current filter. get the maximum value of a data series in a chart. get and set the maximum value for some types of controls....
Managing bar codes
The use of bar codes to identify and manage products has become essential......
btleDevice (Type of variable)
The btleDevice type allows you to handle a device that uses the Bluetooth Low Energy technology.
hbReading (Type of variable)
The hbReading type is used to define the characteristics of a read operation.
AppUPDAvailable (Function)
Allows you to find out whether an update is available for the specified application.
The Static control
A Static control is a control used to display a static text......
Interactive notifications
A notification is a small window that appears at the bottom right of the screen, and that can be viewed at any time in the Windows notification area......
<emailPOP3Session variable>.NbMessage (Function)
Returns the number of incoming messages on the email server (POP3 protocol only).
Generating a library
Generating a library consists in selecting the elements handled by this application (windows, reports, classes, sets of procedures, queries, data files......
Installing an HFSQL Client/Server server with an application
When creating the setup program of a WINDEV application using HFSQL Client/Server data files, the wizard allows you to......
Checking an element back in the Source Code Manager (SCM)
Checking an element back in the repository is used to make the modified element available to all the users of the Source Code Manager......
Printing a report in WEBDEV
When creating a report, the test of this report can be run from the report editor. You also have the ability to include this report in your sites. The Web user will have the ability to print the report from a button, a menu option, ... for example....
Printing in PDF format: Special cases
Specific features of print in PDF format...
19. Sending emails
Sliding window (sliding menu)
The sliding windows (also called sliding menus) are often used in the mobile applications......
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......
HSetServer (Function)
Used to find out and modify some settings of HFSQL Client/Server server....
HNotifConfigure (Function)
Specifies and configures the server used to send notifications by the HFSQL server.
<Connection variable>.SetServer (Function)
Used to find out and modify some settings of HFSQL Client/Server server....
<Connection variable>.NotifConfigure (Function)
Specifies and configures the server used to send notifications by the HFSQL server.
Native Oracle Connector for WINDEV and WEBDEV