The ActiveLevelToInt component is used to break out the active level from a control points status. Extracting the active level from a control point can be useful in px views for animating widget properties based on the point's active level. The AcitveLevelToInt component is located in the vykonPro palette under the conversion sub folder.
In Boolean
StatusBoolean input property for monitoring active level of a linked boolean control point
In Enum
StatusEnum input property for monitoring active level of a linked enum control point.
In Numeric
StatusNumeric input property for monitoring active level of a linked numeric control point.
In String
StatusString input property for monitoring active level of a linked string control point.
Active Level
Int property which reflects the active level of the linked input. If there is not a control point linked to the component, the active level will be -1. If the active level of a linked control point is "def", then active level is set to 17, otherwise the active level is set to the number such as 1 or 8.
Active Level Tag
Status String property which matches the active level property.