ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

16. Java applications in practice
Java applications in practice...
Image control: Operating mode of a clickable image
You can define the click actions of an Image control ("General" tab of the control description window) to make it Clickable Image control......
Report viewer: "Export" tab
The "Export" pane in the report viewer allows you to perform the following operations......
Name (Property)
The Name property is used to get: the name of the font associated with a Font variable. the name of a control, report or report block. the name of a control, group of controls or window. the name of a control, group of controls or page....
Creating a frameset
WEBDEV proposes several methods for creating a frameset......
Creating a WINDEV SOAP Server application
The SOAP Server application is an application containing all the procedures to run......
tapiListen (Example)
Usage example of the tapiListen function
CameraDisplay (Function)
Displays the video being captured by a web camera or by the camera of a mobile device in a "Camera" control. Function kept for "Version-26-compatible" Camera controls....
"END:" label
The END: label is used to define a code that will be systematically run at the end of process execution.
iPrintWord (Function)
Sends the character string passed in parameter to the print "buffer".
Creating an executable without library
When creating an executable, you can choose not to use a library or not to include all the elements of the project in the library......
InternetConnected (Function)
Defines whether an Internet connection is enabled on the current computer. In mobile, you can also be notified when the status of the Internet connection changes.
VideoDisplay (Function)
Displays in a Camera control the video sequence currently transmitted by a "web camera" or by the camera found on the mobile device. Function kept for "Version-26-compatible" Camera controls....
NotifPushEnable (Function)
Enables the management of push notifications in a WINDEV Mobile application (Android or iOS).
MapLicenseGgl (Function)
Indicates the "Google Maps API" license key that will be used in the Map controls (of WINDEV or WEBDEV).
tapiSendKey (Function)
Allows you to simulate the use of phone keys.
General options of WINDEV, WEBDEV and WINDEV Mobile
The general options are used to configure the working environment of the product used......
Notification (Type of variable)
The Notification type is used to handle the local notifications or the push notifications.
tapiCallIsBusy (Function)
Used to find out whether the number called is busy.
<Connection variable>.Backup (Function)
Makes a backup copy of the content of an HFSQL server: all databases on the server, one or more databases, one or more data files.
grSaveWMF (Function)
Saves a chart that was drawn beforehand in WMF format.
grSaveEMF (Function)
Saves a chart that was drawn beforehand in a file in EMF format.
SMSSend (Function)
Sends an SMS.
grAutoRefreshCategoryLabel (Function)
Identifies or defines whether the category labels are refreshed whenever the chart is drawn.
User Groupware (WINDEV and WEBDEV): Options and settings
An application is often intended to be used by several users connected via a network......