You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

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 propertyFOCUS property

Example

* prevControl will contain the identifier of the last control that had focus
prevControl = Get_Property("SYSTEM" , "PREVFOCUS")
  • No labels