FMX.Types.Log.TLogMark

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

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

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !