ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Communication / RSS Stream functions
  • Properties specific to rssIdentifier variables
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
The rssIdentifier type is used to describe the unique identifier of a RSS feed entry. You can define and change the characteristics of this type of variable using different WLanguage properties.
This type of variable is used by the rssEntry type.
Remarks:
  • In most cases, the declaration of a rssIdentifier variable is not required. Indeed, the properties of the rssEntry type allow you to directly handle the properties of the rssIdentifier type (especially the .Identifier 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 rssIdentifier variables

The following properties can be used to handle rssIdentifier variables:
PropertyType usedEffect
PermanentLinkBoolean
  • True if the identifier is permanent,
  • False otherwise.
ValueCharacter stringIdentifier of the entry. If the link is permanent, the identifier is a URL.
Minimum version required
  • Version 14
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/23/2024

Send a report | Local help