ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

awSendInfo (Function)
Sends an information from an iOS phone to an Apple Watch (or conversely).
awProcedureGetAndSendInfo (Function)
Specifies the WLanguage procedure that will be called when receiving information coming from awSendAndGetInfo.
awProcedureGetInfo (Function)
Specifies the WLanguage procedure that will be called when receiving information coming from awSendInfo.
HActivateTrigger (Function)
Re-enables a trigger that was disabled by HDeactivateTrigger.
HDeactivateTrigger (Function)
Disables a trigger.
awSendAndGetInfo (Function)
Sends data from an iOS phone to an Apple Watch (or conversely) while expecting a response.
IsNumeric (Function)
Enables you to find out whether a variable or a control is: a numeric (integer, real, currency or numeric). a string that can be converted into numeric....
The Clickable Image control
The Clickable Image control can be used to......
Interacting with the user
WINDEV, WEBDEV and WINDEV Mobile allow you to communicate with the user via dialog boxes......
Webservice management functions
Webservice management functions...
TypeVar (Function)
Identifies the type of an expression, a variable (during a call to a procedure for example) or a control.
GalleryDisplayPopup (Function)
Displays the automatic zoom popup for the Image Gallery control.
ProfilerStart (Function)
Starts "collecting information" for the performance profiler.
<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.
<Image>.Next (Function)
Displays the next image for the scroll.
Browser management functions
List of functions for managing browsers...
EndProgram (Function)
Ends the execution of the current program.
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.
TraceStart (Function)
Opens the trace window or saves the trace information in a text file.