Property Handle Prior_Focus
| Read Access: | Get Prior_Focus to HandleVariable |
The Prior_Focus property returns the object that is positioned in the focus tree as the prior object at the same level as this object. If the object is not in a ring and there is not a prior_focus, the function returns zero.
Procedure Example
handle hoPriorFocus
Get Prior_Focus To hoPriorFocus
Showln "Prior focus: " (Name (hoPriorFocus)) ' (' hoPriorFocus ')'
End_Procedure // Example