'disable android device keyboard appearing when selecting an edit box

I have a point of sales screen created for users to purchase products, And have created my own keyboard on the screen. However when I deploy to an android device the android keyboard pops up when I select the edt box. How do I stop the Android devices keyboard from appearing as I need to use the keyboard I created.



Solution 1:[1]

FMX.Types.VKAutoShowMode := TVKAutoShowMode.Never;

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 bradley Rice