AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Funciones WLanguage / Comunicación / Funciones Fuente RSS
  • Properties specific to rssImage variables
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
The rssImage type is used to describe the image of a RSS feed. You can define and change the characteristics of this image using different WLanguage properties.
This type of variable is used by the rssStream type.
Remarks:
  • In most cases, the declaration of a rssImage variable is not required. Indeed, the properties of the rssStream type allow you to directly handle the properties of the rssImage type (especially the ..Image property).
  • For more details on the declaration of this type of variable and the use of WLanguage properties, see Declaring a variable.
Remarks

Properties specific to rssImage variables

The following properties can be used to define the characteristics of rssImage variables:
NameType usedEffect
DescriptionCharacter stringDescription of the image.
HeightIntegerImage height in pixels. If this property is not specified, the height is deduced from the image.
WidthIntegerImage width in pixels. If this property is not specified, the width is deduced from the image.
LinkCharacter stringLink associated with the image (a Web site in most cases).
TitleCharacter stringText value of the image (used when the image is not displayable).
URLCharacter stringURL of the image used for the channel.
Versión mínima requerida
  • Versión 14
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 28/03/2025

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