ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Browser management functions
List of functions for managing browsers...
<Image variable>.ModifyContrast (Function)
Changes the contrast of an image in an Image variable.
ProfilerEnd (Function)
Stops "collecting data" for the performance profiler.
<Image>.Next (Function)
Displays the next image for the scroll.
DynamicServingConfigure (Function)
Indicates the environment that will be used by the "Dynamic Serving" to choose the set of pages to display.
Characteristics of columns found in a Table control in a page (prefix syntax)
The columns are used to display information in a Table control......
ImageStartScrolling (Function)
Starts cycling through images.
ImageOccurrence (Function)
Returns the total number of images taken into account by the scroll.
HTransaction (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
HTransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
CookieRead (Function)
Retrieves the value of a cookie saved on the computer of Web user.
TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
CookieWrite (Function)
Writes a cookie onto the computer of the Web user.
PageChangeLayout (Function)
Applies a specific layout to a page.
HTMLClassAdd (Function)
Adds a class into the HTML classes of a control.
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.
EndProgram (Function)
Ends the execution of the current program.
Thread management functions
List of functions for managing threads...
WinChangeLayout (Function)
Applies a specific layout to: a window. an internal window....
<Menu>.AddPopup (Function)
Transforms a menu option of a page in order for this option to open a popup.
<Organizer>.DisplayPreviousPeriod (Function)
Moves the time area displayed to the previous area (previous weeks for example) in an Organizer control.
HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
GalleryDisplayPopup (Function)
Displays the automatic zoom popup for the Image Gallery control.
System popup menu
The system popup menus are managed by the system (Android, Windows, ......