Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
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 license.
Created 30th March 2023, last changed 7th May 2023