Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
12.0
12.1
12.2
12.3
12.4
12.5
13.0
13.1
13.2
13.3
Statistic
FMM
Blog
Window.HideKeyboard
Hides the keyboard.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Window | 13.2 | ✅ Yes | ✅ Yes | ❌ No | ❌ No | ❌ No |
MBS( "Window.HideKeyboard" )
Parameters
none
Result
Returns OK or error.
Description
Hides the keyboard.On Windows same as Window.ShowKeyboard, but may not launch the keyboard.
If you called Window.ShowKeyboard before, you can call this function to hide it.
Check Window.IsKeyboardVisible for whether the keyboard is visible.
Examples
Hide keyboard if visible:
If [ MBS( "Window.IsKeyboardVisible" ) = 1 ]
Set Variable [ $r ; Value: MBS( "Window.HideKeyboard" ) ]
End If
See also
Release notes
- Version 13.2
- Added Window.HideKeyboard function.
Blog Entries
This function checks for a paid license.
Created 30th March 2023, last changed 7th May 2023
