FMX.Types.TCustomCaret.DoDisplayChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoDisplayChanged(const VirtualKeyboardState: TVirtualKeyboardStates); virtual;

C++

virtual void __fastcall DoDisplayChanged(const TVirtualKeyboardStates VirtualKeyboardState);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Types.pas
FMX.Types.hpp
FMX.Types TCustomCaret

Description

Activates the OnDisplayChanged event.

DoDisplayChanged calls the OnDisplayChanged event handler when the state of a virtual (on-screen) keyboard changes.

DoDisplayChanged is called from Show and Hide functions after the Displayed value is changed.

See Also