FMX.Forms.TApplication.LastUserActive
Delphi
property LastUserActive: TDateTime read FLastUserActive;
C++
__property System::TDateTime LastUserActive = {read=FLastUserActive};
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.
LastUserActive is used to obtain the timestamp of the last user interaction.
See LastKeyPress to determine the timestamp of the last keyboard input.
Note: If the user did not interact, the default date is set to 30 December 1899.