Table of Contents

PREVFOCUS property (System)

Description

Returns the ID of the Presentation Server object that previously had the focus.

Property Value

This property contains the fully qualified name of a Presentation Server object, or null if the object that previously had the focus was not owned by the Presentation Server.

Property Traits

DevelopmentRuntimeIndexedScaledSynthetic
N/AGetNoNoNo

Remarks

This property is updated during the system-level GOTFOCUS processing.

Example

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

See Also

Common GUI GOTFOCUS event, Common GUI LOSTFOCUS event, FOCUS property.