FMX.Types.TReturnKeyType
Delphi
TReturnKeyType = (Default, Done, Go, Next, Search, Send);
C++
enum class DECLSPEC_DENUM TReturnKeyType : unsigned int { Default, Done, Go, Next, Search, Send };
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
enum | public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | FMX.Types |
Description
Type of action that an edit control performs when you are editing the text of the control and you press the return key on the virtual keyboard.
When you assign one of these values to the ReturnKeyType property of an edit control, the run-time platform uses this value to determine the type of return button that it displays on the virtual keyboard for the edit control.
TReturnKeyType defines the following values:
Value | Android Example | iOS Example |
---|---|---|
|
||
|
||
|
||
|
||
|
||
|