ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
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
Thumbnail (Property)
In french: Vignette
The Thumbnail property is used to find out and modify the image displayed in thumbnail in a Thumbnail control.
In Ajax, this property is read-only.
Example
MyThumbnail.Image = "Image_Origin.gif"
MyThumbnail.Thumbnail = "Image_Thumbnail.gif"
Syntax

Getting the image used as thumbnail Hide the details

<Image> = <Thumbnail control>.Thumbnail
<Image>: Character string
  • Path of the image file used for the thumbnail,
  • Empty string ("") if the image of the thumbnail is generated automatically.
<Thumbnail control>: Control name
Name of Thumbnail control used.
WEBDEV - Server code

Modifying the image used for the thumbnail Hide the details

<Thumbnail control>.Thumbnail = <Image>
<Thumbnail control>: Control name
Name of Thumbnail control used.
<Image>: Character string
  • Path of the image file used for the thumbnail,
  • Empty string ("") if the image of the thumbnail is generated automatically.
Minimum version required
  • Version 14
Comments
Click [Add] to post a comment

Last update: 03/08/2023

Send a report | Local help