Property Handle Scope_Focus
Read Access: | Get Scope_Focus to HandleVariable |
The scope_focus is a property of scope objects in the focus tree. Each time a new scope is activated, the scope object keeps track of the object within that scope that has the focus. When a user navigates between scopes, the focus is first changed to the scope_focus, and then (possibly) the object that the user requested. This mechanism exists so that the proper entry and exit messages are sent to objects within the same scope.
send validate_data to (scope_focus(self))