R
R
Romanson2016-03-24 13:46:45
Delphi
Romanson, 2016-03-24 13:46:45

How to catch the back button on Android in Delphi xe?

There is a menu that is displayed in Multiviewer, when you click on an item, it hides and displays the main form. how to make it so that when you press the back button, this menu returns, and double-clicking back exits the program?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Romanson, 2016-03-24
@Romanson

if Key = vkHardwareBack then
begin
Key := 0;
end; - the answer if anyone needs it!

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question