FMX.Types.TCustomCaret.DoDisplayChanged
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.