FMX.Text.ITextInput.IMEStateUpdated

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure IMEStateUpdated;

C++

virtual void __fastcall IMEStateUpdated() = 0 ;

Properties

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

Description

The platform uses this method to notify to the control that either text or caret position was changed.

See Also