hasLiveDataCount property: Tile class
Description
Use the hasLiveDataCount property to set or return a Boolean value indicating whether the badge area is enabled. Set this property within your implementation only if you wish to dynamically override whether the badge area is enabled (that is, whether badge data is displayed). Setting this property is equivalent to invoking the setTileHasCount method. If the badge is enabled, you must also set the badge data with the TileTransCount property.
This property is read/write.
Example
%This.hasLiveDataCount = True; /* Enables the badge area. */
%This.TileTransCount = MY_REC.COUNT;