ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Windows functions / Tile functions
  • Tile added from the Tile type
  • Tile added from an URI
  • Special case
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
Adds a new tile customization for the current Universal Windows 10 App application.
Example
MyTile is Tile
MyTile.Type = tileWide
MyTile.Model = tileTemplateWideImageTop
Add(MyTile..Images, "photo.jpg")
MyTile.Text = "Important"
TileDeleteAll()
TileAdd(MyTile)
Syntax

Adding a tile defined by a Tile variable Hide the details

TileAdd(<Tile>)
<Tile>: Tile variable
Name of the Tile variable containing the description of the tile to add.

Adding a tile defined by an XML file Hide the details

TileAdd(<URI> , <Interval>)
<URI>: Character string
URI address pointing to the XML content of the tile to add.
<Interval>: Integer constant
Time interval between the tile updates:
tileEveryDayThe tile is updated every day.
tileEveryHalfHourThe tile is updated every 30 minutes.
tileEveryHourThe tile is updated every hour.
tileEverySixHoursThe tile is updated every 6 hours.
tileEveryTwelveHoursThe tile is updated every 12 hours.
Remarks

Tile added from the Tile type

The tile associated with the application is customized. You have the ability to add up to 5 different customizations. These customizations can be removed by TileDeleteAll.

Tile added from an URI

A tile added from an URI is used to create a tile with update, even if the application is closed. At the end of each period, the tile will get the content of the XML file found in the URI to perform the udpate.
Remark: The XML property of the Tile type retrieves a valid XML code.
A recurring tile can be deleted with TileDeleteAll.

Special case

The first addition of a tile into an application will deleted the existing customizations (if any).
Minimum version required
  • Version 18
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help