Test the Activated state of filters and command handlers

Visual LANSA Framework

Test the Activated state of filters and command handlers

Typically you use the Activated state of filters to test whether signalled events should be ignored.

 

avFilterActivated Property

This property contains strings TRUE or FALSE and it allows logic in a filter to test whether it is currently in an activated state.

A filter is activated if it is in a state where a user may be able to interact with it.

A filter in a minimized, hidden or deactivated window may still be considered to be activated.  

 

avHandlerActivated Property

This property contains strings TRUE or FALSE and it allows logic in a command handler to test whether it is currently in an activated state.

A command handler is activated if it is in a state where a user may be able to interact with it.

A command handler in a minimized, hidden or deactivated window may still be considered to be activated.