ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Web-specific functions / Image functions
  • Managing the transition effects
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
Displays the last image for the scroll.
Example
// Displays the last banner
ImageLast(IMG_Banner)
Syntax
ImageLast(<Image control>)
<Image control>: Control name
Name of control to use:
  • Image control.
  • Clickable Image control.
  • Thumbnail control.
Remarks

Managing the transition effects

If transition effects have been specified during the control description:
  • WEBDEV - Browser codePHP These transition effects are taken into account when ImageLast is used .
  • WEBDEV - Server code These transition effects are ignored when ImageLast is used. Indeed, the page is entirely refreshed. To take these effects into account, you must use a code in Ajax mode.
Component: wd290page.dll
Minimum version required
  • Version 16
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help