FMX.Text.TTextService.SetImeMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetImeMode(const Value: TImeMode); virtual; abstract;

C++

virtual void __fastcall SetImeMode(const Fmx::Types::TImeMode Value) = 0 ;

Properties

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

Description

Setter for the ImeMode property.

SetImeMode is implemented by descendants of TTextService to set the value of the ImeMode property.

See Also