Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== PREVFOCUS property ====== ==== Applies To ==== SYSTEM object. ==== Description ==== Returns the last control that had focus. This control is not local to the application. This is a read-only property. ==== Usage ==== //previoustab// = **Get_Property**(//objectname//, "**PREVFOCUS**") ==== Returns ==== The identifier of the last control that had focus. ==== See Also ==== [[previous|PREVIOUS property]], [[focus|FOCUS property]] ==== Example ==== <code> * prevControl will contain the identifier of the last control that had focus prevControl = Get_Property("SYSTEM" , "PREVFOCUS") </code> guides/programming/programmers_reference_manual/prevfocus.txt Last modified: 2024/06/19 20:20by 127.0.0.1