FMX.Forms.TVKStateChangeMessage

From RAD Studio API Documentation
Jump to: navigation, search

System.Messaging.TMessageSystem.TObjectTVKStateChangeMessage

Delphi

TVKStateChangeMessage = class(System.Messaging.TMessage)

C++

class PASCALIMPLEMENTATION TVKStateChangeMessage : public System::Messaging::TMessage

Properties

Type Visibility Source Unit Parent
class public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms FMX.Forms

Description

Message sent when the state of the virtual keyboard of the system running your application changes.

TVKStateChangeMessage provides the following properties:

Platform Support

FireMonkey only sends this type of message on Android, iOS, and Windows.

See Also