PREVFOCUS property

SYSTEM object.

Returns the last control that had focus. This control is not local to the application. This is a read-only property.

previoustab = Get_Property(objectname, "PREVFOCUS")

The identifier of the last control that had focus.

* prevControl will contain the identifier of the last control that had focus

prevControl = Get_Property("SYSTEM" , "PREVFOCUS")
  • guides/programming/programmers_reference_manual/prevfocus.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1