Topics
All
Mac OS X
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Guides
Examples
New in version:
7.4
7.5
8.0
8.1
8.2
8.3
8.4
8.5
9.0
9.1
Statistic
Window.ClearFocus
Clears focus of Window.
Component | Version | macOS | Windows | Server | FileMaker Cloud | FileMaker iOS SDK |
Window | 6.1 | Yes | Yes | No | No | No |
MBS( "Window.ClearFocus"; WindowRef ) More
Parameters
Parameter | Description | Example value |
---|---|---|
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
Created 19th February 2016, last changed 5th October 2018
Window.AsPDF - Window.ClearTouchBar
Feedback: Report problem or ask question.
Links
MBS FileMaker blog