ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Remote WEBDEV administrator: Server parameters
The server administrator can define the server parameters via the remote administration tool......
Editing the CSS style sheet
WEBDEV gives you the ability to manage all the CSS styles used in a project......
NotifModify (Function)
Modifies a notification currently displayed in the system bar of the device.
NotifDelete (Function)
Removes a notification from the system bar.
NotifListCategory (Function)
Lists the notification categories of the application.
WEBDEV concepts
CameraConfigure (Function)
Allows you to configure the video capture driver.
Example for managing videos (broadcasted by a Camera control) (prefix syntax)
In this example, the application allows you to......
Context menu of windows (AAF)
The context menu of the windows (right mouse click on the window) contains the following options......
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......
HTransactionIsolation (Function)
Configures the isolation level of transactions for a connection to an HFSQL server.
HTransactionInterrupted (Function)
Used to find out whether a transaction was interrupted (the transaction was neither validated nor canceled).
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......
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