FMX.Forms.TApplication.LastKeyPress

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LastKeyPress: TDateTime read FLastKeyPress;

C++

__property System::TDateTime LastKeyPress = {read=FLastKeyPress};

Properties

Type Visibility Source Unit Parent
property public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TApplication

Description

Stores the time and date of the last input the application has received from the keyboard.

LastKeyPress is used to determine the timestamp of the last keyboard input.

See LastUserActive to obtain the timestamp of the last user interaction.

Note: If the user did not interact, the default date is set to 30 December 1899.

See Also