EaxAnalyzer.IsSelectionChanged

Syntax

IsSelectionChanged: Boolean

Description

The IsSelectionChanged  property indicates whether selection in the express report table has been changed.

Comments

Use JSON or the setIsSelectionChanged method to set the property value, and the getIsSelectionChanged method to get the property value. This property returns True if selected express report elements have been changed, and False when otherwise.

Example

The example of use is given on the page with description of the EaxAnalyzer.Selection property.

See also:

EaxAnalyzer