Topics
All
Mac OS X
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server (Not)
Client
Old
Guides
Examples
New in version:
6.5
7.0
7.1
7.2
7.3
7.4
7.5
8.0
8.1
8.2
Statistic
iOSKeyboard.SetDidHideEvaluate
Sets expression to run when keyboard did hide.
Component | Version | macOS | Windows | Server | FileMaker Cloud | FileMaker iOS SDK |
iOSKeyboard | 7.4 | No | No | No | No | Yes |
MBS( "iOSKeyboard.SetDidHideEvaluate"; Expression )
Parameters
Parameter | Description | Example value |
---|---|---|
Expression | The expression to evaluate. |
Result
Returns OK or error.
Description
Sets expression to run when keyboard did hide.The plugin can evaluate this expression to set variables, call plugin functions to trigger other things.
Examples
Set variable when keyboard hides:
MBS("iOSKeyboard.SetDidHideEvaluate"; "Let([$$keyboardVisible=0];0)")
See also
- iOSKeyboard.GetDidHideEvaluate
- iOSKeyboard.GetDidShowEvaluate
- iOSKeyboard.GetWillHideEvaluate
- iOSKeyboard.GetWillShowEvaluate
- iOSKeyboard.SetDidShowEvaluate
- iOSKeyboard.SetWillHideEvaluate
- iOSKeyboard.SetWillShowEvaluate
iOSKeyboard.GetWillShowEvaluate - iOSKeyboard.SetDidShowEvaluate
Feedback: Report problem or ask question.
Links
MBS Xojo tutorial videos