AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Propiedades WLanguage / Propiedades de ventanas, páginas y controles
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.
Versión mínima requerida
  • Versión 14
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 08/03/2023

Señalar un error o enviar una sugerencia | Ayuda local