ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Manipulating Diagram Editor controls programmatically
In WINDEV and WEBDEV, you can handle Diagram Editor controls programmatically......
CameraRunApp (Function)
Starts the device's native camera application to record a video or to take a photo....
grPrint (Function)
Prints a chart.
ImageMode (Property)
The ImageMode property is used to get and change the display mode of an image in an Image control, in the column of a table of type Image or in the background of a Chart control in a window.
User Groupware files
Two categories of data files are managed......
AccentSensitive (Property)
The AccentSensitive property is used to determine if accented characters are taken into account in the different searches performed on the item (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
TableExpandAll (Function)
Expands: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....
BackgroundTaskAdd (Function)
Adds a new background task.
Condensed (Property)
The Condensed property is used to: Determine whether a Font variable is condensed. Condense a Font variable. This property is kept for backward compatibility....
Extended (Property)
Extended is used to: Find out whether a Font variable is extended. Extend (or not) a Font variable. This property is kept for backward compatibility....
Large (Property)
Large is used to: Find out whether a Font variable is enlarged. Enlarge (or not) a Font variable. This property is kept for backward compatibility....
fRename (Function)
Modifies the name of a file.
TimeValid (Function)
Checks the time validity.
MutexCreate (Function)
Explicitly creates a mutex.
MutexStart (Function)
Locks the current thread while waiting for the mutex to be freed.
MutexEnd (Function)
Signals that the thread frees the mutex.
MutexDestroy (Function)
Explicitly destroys a mutex.
6. How to display an AWP site
An Active WEBDEV Page is a dynamic WEBDEV page without persistent context on the server....
EmailRunApp (Function)
Starts the native application for sending emails found on the current computer: Computer running Windows, Mobile device (Android, iPhone, iPad)....
GglGetLicense (Function)
Returns the text of license for using the Google libraries.
ImageInfoValue (Function)
Returns the value of an Exif tag for the image used.
Programming Table controls based on a data file
This page explains how to program Table controls based on a data file......
Constants for managing errors and exceptions
List of constants used by the functions for managing errors and exceptions....
Constants for the Exif functions
List of constants used by the Exif functions....
Event (Function)
Intercepts a Windows event on a control, a group of controls or a WINDEV window.