FMX.Types.TCustomCaret.OnDisplayChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnDisplayChanged: TCaretDisplayChanged read FOnDisplayChanged write FOnDisplayChanged;

C++

__property TCaretDisplayChanged OnDisplayChanged = {read=FOnDisplayChanged, write=FOnDisplayChanged};

Properties

Type Visibility Source Unit Parent
event public
FMX.Types.pas
FMX.Types.hpp
FMX.Types TCustomCaret

Description

Occurs when the state of a virtual (on-screen) keyboard changes.

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

See Also