How to make an Edit not lose focus?

Asked

Viewed 821 times

1

How to make for a TEdit, that is being accessed on Android, do not lose focus because of the virtual keyboard that arises the moment the focus goes to the TEdit?

  • 1

    With "focus" you say that when the keyboard goes up, the Tedit "disappears" from the screen and is hidden behind the keyboard?

  • 1

    No... I said that the moment I access Edit the focus disappears from Edit at the time the keyboard appears.

  • 1

    Edit1.Setfocus on Onenter would not solve?

  • 1

    not already tested like this and does not at least not appear the blinking cursor indicating that the focus is in Edit

1 answer

0

  • 2

    This works in Delphi?

  • 2

    I’m not referring to EditText because in Delphi there is no such component.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.