ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Mobile specific functions / Phone functions
  • "Enable the keyboard in edit"
  • Handling errors
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
SIPVisible (Function)
In french: ClavierVisible
Displays the keyboard.
iPhone/iPad In iOS, you only have the ability to make a keyboard invisible.
Syntax
<Result> = SIPVisible(<Visible/Invisible>)
<Result>: Boolean
  • True if the current keyboard was visible before the call to this function,
  • False otherwise.
AndroidAndroid Widget <Result> is always set to True.
<Visible/Invisible>: Boolean
  • True to make the current keyboard visible,
  • False to make the current keyboard invisible.
iPhone/iPad You only have the ability to make the keyboard invisible. Only False can be used for this parameter.
Remarks

"Enable the keyboard in edit"

The option "Enable the keyboard in edit" ("Details" tab of the edit control description window) automatically makes the current keyboard visible when the control is in edit mode.

Handling errors

Caution: SIPVisible returns no error code. To find out whether an error was generated by this function, use the ErrorOccurred variable. If an error occurs, you can get the details of the error with ErrorInfo.
Component: wd290android.aar
Minimum version required
  • Version 9
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help