ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ImageOccurrence (Function)
Returns the total number of images taken into account by the scroll.
ThreadCurrent (Function)
Returns the name of the thread currently run.
BrowserRunApp (Function)
Opens the default Web browser of the current device.
OrganizerDisplay (Function)
Reinitializes the content of an Organizer control from its data source (HFSQL data file for example).
SchedulerDisplay (Function)
Reinitializes the content of a Scheduler control from its data source (HFSQL file for example).
ImageStartScrolling (Function)
Starts cycling through images.
ImageStopScrolling (Function)
Stops the automatic image sliding.
ImageFirst (Function)
Displays the first image for the scroll.
ImagePrevious (Function)
Displays the previous image for the scroll.
ImageNext (Function)
Displays the next image for the scroll.
ImageLast (Function)
Displays the last image for the scroll.
ImageScrollingPosition (Function)
Returns the displayed image.
SysScreenRectangle (Function)
Returns the coordinates of the display rectangle corresponding to all the screens.
NotifAdd (Function)
Adds a notification into the system bar of device (Android) or into the notification center (iOS).
SchedulerChangeMode (Function)
Modifies the period (which means the number of days) displayed by a Scheduler control.
LEDSwitchOn (Function)
Switches the LED (Light-Emitting Diode) of the device on.
LEDSwitchOff (Function)
Switches the LED (Light-Emitting Diode) of the device off.
VibrationTrigger (Function)
Triggers the vibrations of the device.
VibrationStop (Function)
Stops the vibrations of the device (even if they have been triggered by another application).
NotifModify (Function)
Modifies a notification currently displayed in the system bar of the device.
NotifDelete (Function)
Deletes a notification displayed in the system bar of the device.
BCCapture (Function)
Decodes the information stored in a bar code by using the device camera (Android, iPhone, iPad).
SaaSConnectedUser (Function)
Returns the user currently connected via SaaSConnect.
SaaSChangePassword (Function)
Changes the password of the connected user.
ProgressBarEnable (Function)
Enables the refresh of a Progress Bar via Ajax.