FMX.Text.TTextService.GetImeMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetImeMode: TImeMode; virtual; abstract;

C++

virtual Fmx::Types::TImeMode __fastcall GetImeMode(void) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
FMX.Text.pas
FMX.Text.hpp
FMX.Text TTextService

Description

Getter for the ImeMode property.

GetImeMode is implemented by descendants of TTextService to get the value of the ImeMode property.

See Also