Laut Android
API Dokumentation unter
https://developer.android.com/traini...put/style.html
"By default, the system uses this button for either a Next or Done action unless your text field allows multi-line text (such as with android:inputType="textMultiLine"), in which case the action button is a carriage return."
d.h. der Button stellt sich auf einem standardkonformen virtuellen Keyboard automatisch um, man kann ihn aber auch umprogrammieren, falls man andere Aktionen auslösen will.
(Wie man den dort dargestellten Java-Code auf Delphi portiert, weiss ich allerdings nicht)