ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Constants for managing videos
List of constants used by the functions for video management....
Events associated with Tab controls
List of events associated with Tab controls...
AJAXExecuteAsynchronous (Function)
Runs a server procedure without refreshing the page.
Deploying an application via App Store
Deployment to the App Store is the most common deployment mode......
Pull to refresh (Android/iOS): Window, Table and Looper controls
The "Pull to refresh" feature allows the user to "pull" a Table control, a Looper control or a window in order to refresh its content......
Miscellaneous Windows constants
List of constants used by the Windows functions....
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......
Custom tooltips
Tooltips are very useful for application users......
Timer (Function)
Periodically and automatically calls a WLanguage procedure.
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
2. Layouts: Managing menus
WEBDEV Tutorial - WEBDEV layouts Lesson 2 - Layouts: Managing menus - 30 min
Global procedure/function
A global procedure can be used in all the processes or events of the project....
Label report
The report editor allows you to create "Label" reports......
TableMoveLine (Function)
Moves a row or swaps two rows in a Table control.
Monitoring robot: Creating a check
The monitor of the monitoring robot is used to create the different checks that must be performed by the monitoring robot......
Android: The different types of notifications
Android proposes several types of notifications to inform the user......
Conditions for using the Ad control
The Ad control is using the AdMob SDK....
Developing an application for Apple Watch
An Apple Watch application is an application intended for a watch associated with an iOS device (phone, tablet, ......
TableSelect (Function)
Returns the index of the selected element in the Table or TreeView Table control.
SysIconAdd (Function)
Adds a system tray icon (in the lower-right corner of the screen).
SecurePassword (Type of variable)
The SecurePassword type is a structured type used to obtain a secure, hashed and salted password.
Operating mode of dynamic Active WEBDEV Pages
fDataDirCommon (Function)
Returns a directory path for the shared data of the current application: between all the users of the computer between all the TSE users This directory can be used without restriction in Windows XP, Vista, ... This directory is used to store: the files for the general configuration of the application (.INI files, .XML files, etc.). the data files common to all the users (HFSQL .fic, .ndx and .mmo files)....
fDataDirUser (Function)
Returns a directory path for the data of the current user of the current application.
TableEnableFilter (Function)
Implements a user filter on a column found in a Table or TreeView Table control.