FMX.Types.TCaretDisplayChanged

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef void __fastcall (__closure *TCaretDisplayChanged)(TCustomCaret* Sender, const TVirtualKeyboardStates VirtualKeyboardState);

Properties

Type Visibility Source Unit Parent
typedef public FMX.Types.hpp FMX.Types FMX.Types

Description

The method pointer type used to define the OnDisplayChanged event.

Event handlers of the TCaretDisplayChanged type have the following parameters:

Parameter Description
Sender The TCustomCaret caret that called the event handler.
VirtualKeyBoardState The state of a virtual (on-screen) keyboard to be displayed.

See Also