ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Web-specific functions / Image functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Several functions can be used to manage images:
  • Web-specific image management functions (especially those that manage the scrolling of images).
  • Functions for managing images in the Image controls.
ImageAreaReturns the number of the image area clicked by the Web user.
<Image>.FirstDisplays the first image for the scroll.
<Image>.LastDisplays the last image for the scroll.
<Image>.LayerVisibleUsed to make a layer found in a WDPIC image visible or invisible.
<Image>.NextDisplays the next image for the scroll.
<Image>.OccurrenceReturns the total number of images taken into account by the scroll.
<Image>.PreviousDisplays the previous image for the scroll.
<Image>.ScrollingPositionReturns the displayed image.
<Image>.StartScrollingStarts cycling through images.
<Image>.StopScrollingStops the automatic image sliding.
ImageXPosReturns the horizontal position (X) of the mouse cursor in relation to the specified Image control.
ImageYPosReturns the vertical position (Y) of the mouse cursor in relation to the specified Clickable Image control.
<Image>.FirstDisplays the first image for the scroll.
<Image>.LastDisplays the last image for the scroll.
<Image>.LayerVisibleUsed to make a layer found in a WDPIC image visible or invisible.
<Image>.NextDisplays the next image for the scroll.
<Image>.OccurrenceReturns the total number of images taken into account by the scroll.
<Image>.PreviousDisplays the previous image for the scroll.
<Image>.ScrollingPositionReturns the displayed image.
<Image>.StartScrollingStarts cycling through images.
<Image>.StopScrollingStops the automatic image sliding.
Minimum version required
  • Version 23
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/21/2023

Send a report | Local help