Class TxomLogItem

Unit

Declaration

type TxomLogItem = class(TXOMObject)

Description

TxomLogItem

Hierarchy

  • TXOMObject
  • TxomLogItem

Overview

Methods

Public procedure AfterConstruction; override;

Properties

Public property LocalLogDate: TDateTime read GetLocalLogDate;
Published property LogDate : TDateTime read FLogDate write FLogDate;
Published property LogCaption: WideString read FLogCaption write FLogCaption;
Published property LogText : WideString read FLogText write FLogText;
Published property LogLevel : Integer read FLogLevel write SetLogLevel;

Description

Methods

Public procedure AfterConstruction; override;
 

Properties

Public property LocalLogDate: TDateTime read GetLocalLogDate;
 
Published property LogDate : TDateTime read FLogDate write FLogDate;

LogDate is in GMT-0

Published property LogCaption: WideString read FLogCaption write FLogCaption;
 
Published property LogText : WideString read FLogText write FLogText;
 
Published property LogLevel : Integer read FLogLevel write SetLogLevel;
 

Generated by PasDoc 0.15.0.