ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Browser management functions
List of functions for managing browsers...
gpwActivateUser (Function)
Validates a new user in the User Groupware database by activating the user.
Report based on a memory area
A report based on a memory area is used to print the records stored in a memory area......
dModifyContrast (Function)
Changes the contrast of an image contained: in an Image control, in an Image variable....
<Image variable>.ModifyContrast (Function)
Changes the contrast of an image in an Image variable.
<Image>.Next (Function)
Displays the next image for the scroll.
InitRandom (Function)
Initializes the generator of random numbers.
Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues and suggests improvements......
ImageStartScrolling (Function)
Starts cycling through images.
ImageOccurrence (Function)
Returns the total number of images taken into account by the scroll.
FileDisplay (Function)
Displays a file in the browser of Web user.
Handling menu options programmatically
The menu options can be handled......
AJAXCallInProgress (Function)
Used to determine if the request being processed is an AJAX request.
DynamicServingConfigure (Function)
Indicates the environment that will be used by the "Dynamic Serving" to choose the set of pages to display.
Thread management constants
List of constants used by the functions for managing threads, critical sections, semaphores, mutexes, ......
Dimension (Function)
Returns the size of a variable (string, numeric, array, ...) or resizes a dynamic array.
Interacting with the user
WINDEV, WEBDEV and WINDEV Mobile allow you to communicate with the user via dialog boxes......
HTMLClassAdd (Function)
Adds a class into the HTML classes of a control.
iDestination (Function)
Configures the print destination.
HTMLClassToggle (Function)
Toggles a class in the HTML classes of a control: if the class does not exist, it is added; if the class already exists, it is deleted.
HTMLClassDelete (Function)
Deletes a class from the HTML classes of a control.
PageCurrentLayout (Function)
Returns the index of the current layout: in the current page. in the specified page....
ASPDisplay (Function)
Calls an external ASP script and returns the result page in the current browser window.
ASPExecute (Function)
Calls an external .asp script and returns the result in a string.
ScriptDisplay (Function)
Calls an external script or page (.php, .asp, .mhtml or.mht) and returns the result page in the current browser window.