FMX.Types.TCaretDisplayChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TCaretDisplayChanged = procedure (Sender: TCustomCaret; const VirtualKeyboardState: TVirtualKeyboardStates) of object;

C++

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

Properties

Type Visibility Source Unit Parent
type
typedef
public
FMX.Types.pas
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