FMX.VirtualKeyboard.IFMXVirtualKeyboardService
Delphi
IFMXVirtualKeyboardService = interface(IInterface)
C++
__interface INTERFACE_UUID("{BB6F6668-C582-42E4-A766-863C1B9139D2}") IFMXVirtualKeyboardService : public System::IInterface
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
interface class |
public | FMX.VirtualKeyboard.pas FMX.VirtualKeyboard.hpp |
FMX.VirtualKeyboard | FMX.VirtualKeyboard |
Description
Platform service to handle virtual (on-screen) keyboards.
The virtual keyboard is automatically displayed when the caret is visible. You can use TVirtualKeyboard to access the virtual keyboard and display it at any time.
On Android, virtual keyboards provide a BACK
key, which is a button that takes the user back to the previous state of your application. The BACK
key has the vkHardwareBack
code. See Representing Keys and Shortcuts for more information about representing keys.
- Note: This service is not supported on Android smart watches.