TileTransCount property: Tile class

Description

Use the TileTransCount property to set the badge data as a Number value. To display badge data, the badge area must be enabled in the Tile Wizard definition, by invoking the setTileHasCount method, or by setting the hasLiveDataCount property.

This property is read/write.

Example

%This.hasLiveDataCount = True; /* Enables the badge area. */
%This.TileTransCount = MY_REC.COUNT;