|
|
|
|
|
- "Enable the keyboard in edit"
- Handling errors
SIPVisible (Function) In french: ClavierVisible Syntax
<Result> = SIPVisible(<Visible/Invisible>)
<Result>: Boolean - True if the current keyboard was visible before the call to this function,
- False otherwise.
<Visible/Invisible>: Boolean - True to make the current keyboard visible,
- False to make the current keyboard invisible.
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: wd300android.aar
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|