ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WEBDEV concepts
Remote WEBDEV administrator: Server parameters
The server administrator can define the server parameters via the remote administration tool......
NotifListCategory (Function)
Lists the notification categories of the application.
Editing the CSS style sheet
WEBDEV gives you the ability to manage all the CSS styles used in a project......
Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues and suggests improvements......
Characteristics of columns found in a Table control in a page (prefix syntax)
The columns are used to display information in a Table control......
SemaphoreCreate (Function)
Creates a semaphore.
SemaphoreStart (Function)
Locks the current thread until the semaphore is opened (which means until a "free" spot becomes available in the protected section).
SemaphoreDestroy (Function)
Explicitly destroys a semaphore.
Running the test of a report
The test of a single report allows you to run the current report in WINDEV, WEBDEV or WINDEV Mobile......
OLEPlay (Function)
Used to: retrieve the list of available operations (other than edit) from a server, perform an operation....
Remote WEBDEV administrator: Saving and restoring a WEBDEV site
The remote management tool is used to manage the backups of your dynamic WEBDEV sites....
General environment of WINDEV
Characteristics of maximized windows
A maximized window occupies the entire screen of the mobile device....
Example for managing videos (broadcasted by a Camera control) (prefix syntax)
In this example, the application allows you to......
Remote WEBDEV administrator: Managing the error messages
By default, when an error occurs in a dynamic WEBDEV site, an error message is displayed on the browser of the Web user....
NotifPushListInvalidIdentifiers (Function)
Returns the list of invalid identifiers on the APN service of Apple.
HTransactionInterrupted (Function)
Used to find out whether a transaction was interrupted (the transaction was neither validated nor canceled).
CameraConfigure (Function)
Allows you to configure the video capture driver.
Context menu of windows (AAF)
The popup menu of the windows (right mouse click on the window) contains the following options......
Deploying a site (from the development computer)
Regardless of the type of site created by WEBDEV (static site or dynamic site), WEBDEV Development version allows your to automatically install the site on the server......
Constants for managing videos
List of constants used by the functions for video management....
NotifAdd (Function)
Adds a notification into the system bar of device (Android) or into the notification center (iOS).
Android application: Using and sharing SQLite data
For the Android applications, the available databases are HFSQL (Classic and Client/Server) and SQLite....
Animating the windows of a WINDEV application
To give your applications an outstanding style and to impress the users when starting your applications, the windows can be animated when they are opened and/or closed......