You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<summary><glossarytag="return">Returns</glossary> the currently <glossarytag="active control">focused control</glossary>.</summary>
<examples>
<example>the focusedObject</example>
<example>put the focusedObject into objectToReturnTo</example>
</examples>
<description>
<p>Use the <b>focusedObject</b> <control_sttag="function">function</control_st> to determine which <glossarytag="object">object</glossary> receives any keystrokes that are typed by the user or created by the <commandtag="type">type</command> <glossarytag="command">command</glossary>.</p><p/><p><b>Value:</b></p><p>The <b>focusedObject</b> <control_sttag="function">function</control_st> <glossarytag="return">returns</glossary> the long <propertytag="ID">ID</property> <glossarytag="property">property</glossary> of the <glossarytag="object">object</glossary>.</p><p/><p><b>Comments:</b></p><p>The <b>focusedObject</b> can be any <keywordtag="control">control</keyword> on the <glossarytag="current card">current card</glossary>. If no <glossarytag="object">object</glossary> has the <commandtag="focus">focus</command>, the <b>focusedObject</b> is the <glossarytag="current card">current card</glossary>.</p>