API:FMX.Edit.TEdit.ReturnKeyType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ReturnKeyType: TReturnKeyType read GetReturnKeyType write SetReturnKeyType default 0;

C++

__property ReturnKeyType = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.Edit.pas
FMX.Edit.hpp
FMX.Edit TEdit

Description

Indicates the type of action that the edit control performs when you are editing the text of the control and you press the return key on the virtual keyboard. 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.

FMX.Edit.TEdit.ReturnKeyType inherits from FMX.Edit.TCustomEdit.ReturnKeyType. All content below this line refers to FMX.Edit.TCustomEdit.ReturnKeyType.

Indicates the type of action that the edit control performs when you are editing the text of the control and you press the return key on the virtual keyboard. 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.

The value of ReturnKeyType does not affect the actual action that the edit control performs when you press the return key. To define that action, use the OnKeyUp event.

Platform Support

This property only has effect on Android and iOS.