FMX.Types.Log.TLogMark

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

    TLogMark = record
      Msg: string;
      Time: TDateTime;
    end;

C++

struct DECLSPEC_DRECORD TLogMark
{
public:
    System::UnicodeString Msg;
    System::TDateTime Time;
};

Properties

Type Visibility Source Unit Parent
record
struct
public
FMX.Types.pas
FMX.Types.hpp
FMX.Types Log

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!