Reference > Functions reference > Get functions > Get(TouchKeyboardState)
 
Get(TouchKeyboardState)
Purpose 
Returns 1 (true) if the touch keyboard is set to display automatically when needed; otherwise, returns 0 (false).
Format 
Get(TouchKeyboardState)
Parameters 
None
Data type returned 
number
Originated in 
FileMaker Pro 14.0
Description 
In FileMaker Go and Windows, this function returns:
1 if the touch keyboard is enabled
0 if the touch keyboard is disabled
In Windows 7, OS X, FileMaker WebDirect, server-side scripts, and Custom Web Publishing, this function is not supported and returns 0.
Notes
In FileMaker Go, the value returned by this function does not indicate the state of the touch keyboard if the active field is a concealed edit box, because FileMaker Go always displays the touch keyboard for a concealed edit box.
Example 1 
Checks the current setting of the touch keyboard and disables the touch keyboard if it is enabled.
If [ Get ( TouchKeyboardState ) = 1]
Enable Touch Keyboard [Off]
End If
Related topics 
Enable Touch Keyboard script step
Functions reference (category list)
Functions reference (alphabetical list)
About formulas
About functions