Table of Contents

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 property, FOCUS property

Example

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

prevControl = Get_Property("SYSTEM" , "PREVFOCUS")