FMX.Types.Log.TimeStamp

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class procedure TimeStamp(const Msg: string); overload;

C++

__classmethod void __fastcall TimeStamp(const System::UnicodeString Msg)/* overload */;

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Types.pas
FMX.Types.hpp
FMX.Types Log

Description

Used to display the System Time and a message in the Event Log.


Use TimeStamp to display the System Time followed by a string, which is passed through the Msg parameter.

The time has the following structure: minutes:seconds:milliseconds.

See Also