hasLiveDataDescr property: Tile class

Description

Use the hasLiveDataDescr property to set or return a Boolean value indicating whether the live data area is enabled. Set this property within your implementation only if you wish to dynamically override whether the live data area is enabled (that is, whether live data is displayed). Setting this property is equivalent to invoking the setTileLiveData method. If live data is enabled, you must also specify one or more live data values with the TileLiveData_1, TrendImage, TileLiveData_2, and TileLiveData_3 properties.

This property is read/write.

Example

%This.hasLiveDataDescr = True; /* Enables the live data area. */

%This.TileLiveData_1 = "Value 1";
%This.hasLivedataTrendImage = True; /* Optional trend image */
%This.TrendImage = %This.k_strTrendUpImage; 
%This.TileLiveData_2 = "Value 2";
%This.TileLiveData_3 = "Value 3";