Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

Window.ClearFocus

Clears focus of Window.

Component Version macOS Windows Linux Server iOS SDK
Window 6.1 ✅ Yes ✅ Yes ❌ No ❌ No ❌ No
MBS( "Window.ClearFocus"; WindowRef )   More

Parameters

Parameter Description Example
WindowRef Window Reference is the unique OS level window ID. You can obtain this by using the Window.FindByTitle or Window.FindByIndex functions. Pass zero to access the frontmost window. 0

Result

Returns OK or error.

Description

Clears focus of Window.
The focus goes back to the window with no control having focus.
Works only for OS controls like Webviewer, not for FileMaker's custom controls.

See also Window.SetFocus.

Examples

Clears focus of window:

MBS( "Window.ClearFocus"; Get(WindowName) )

See also

Blog Entries

This function checks for a license.

Created 19th February 2016, last changed 5th October 2018


Window.ClearCloseTrigger - Window.ClearTouchBar