ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ProfilerStart (Function)
Starts "collecting information" for the performance profiler.
<Connection variable>.AddTask (Function)
Adds a scheduled task on the server defined by the connection.
<Looper>.DisplayPopup (Function)
Displays the automatic zoom popup for the Image Gallery control.
gpwActivateUser (Function)
Validates a new user in the User Groupware database by activating the user.
InitRandom (Function)
Initializes the generator of random numbers.
ImageScrollingPosition (Function)
Returns the displayed image.
PageCurrentLayout (Function)
Returns the index of the current layout: in the current page. in the specified page....
HTransactionFree (Function)
Transforms all the records "in transaction" into "Normal" records if these records do not belong to a transaction currently in progress.
HTransactionInterrupted (Function)
Used to find out whether a transaction was interrupted (the transaction was neither validated nor canceled).
Creating a branch
A branch is used to create a copy of the current project in order to perform modifications, additions, etc....
Characteristics of the columns of a Table control in a page
The columns are used to display information in a Table control....
MultimediaReader (Property)
The MultimediaReader property is used to get and change the media player currently used by a Multimedia control to play media files.
Thread management constants
List of constants used by the functions for managing threads, critical sections, semaphores, mutexes, ......
iDestination (Function)
Configures the print destination.
ScriptExecute (Function)
Calls an external script (.asp or .php) and returns the result in a string.
ASPExecute (Function)
Calls an external .asp script and returns the result in a string.
ASPDisplay (Function)
Calls an external ASP script and returns the result page in the current browser window.
ScriptDisplay (Function)
Calls an external script or page (.php, .asp, .mhtml or.mht) and returns the result page in the current browser window.
<Image>.Last (Function)
Displays the last image for the scroll.
<Image>.StartScrolling (Function)
Starts cycling through images.
<Image>.ScrollingPosition (Function)
Returns the displayed image.
<Image>.Previous (Function)
Displays the previous image for the scroll.
<Image>.First (Function)
Displays the first image for the scroll.
<Image>.Occurrence (Function)
Returns the total number of images taken into account by the scroll.
Dimension (Function)
Returns the size of a variable (string, numeric, array, ...) or resizes a dynamic array.