threadsafelog Memo property
Return to Introduction  Previous page  Next page
Applies to
acThreadSafeLog component.  

Declaration
property Memo: TCustomMemo;  

Description
The Memo property can point to some TCustomMemo control or its descendant, if you would like to direct the output to screen together (or instead of) logging text to the file.  

See also
LogToMemo, LogToFile and FileName properties;  
Log method.