[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'exLog' (#EPCL)

TStreamLog

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: exlog.pas line 44

type TStreamLog = class(TCustomLog)

  procedure Create();

  

Construct a new TStreamLog with aStream

protected

  function TextIt(); override;

  

Write text to the stream property

public

  property stream: TStream; [r]

  destructor Destroy; override;

end;

Inheritance

TStreamLog

|

TCustomLog

|

TComponent

?

TObject