FMX Input Query - Numbers Only

Is there an FMX input query dialog that only accept numbers?

Currently I’m using TryStrToInt on the result, but it would be nice if only numbers were allowed, especially on Android.

Does this help?

I was after a dialog, not an edit control. That said, I guess a TPopup could maybe be used in conjunction with a numeric edit control and buttons. A native numeric (or configurable) dialog would be nice though.