Unit debugMemo1

MyOle ver. 0.90 Author: Matej Trampus, Slovenija E-MAIL: - Matej.Trampus@kiss.uni-lj.si See readme.txt for details. // HISTORY: 25.10.1996 - Added notification, when debugMemo gets destroyed, so we do not have problems when application is shutting down. Added SetDebugMemo procedure - now, we do not close stream in finalization setion of DebugMemo1.pas, so that we can also log debug output from other finalization sections (windows? or will close files for us???

Classes

Functions

Debug - when memo will be destroyed, we'll be notified
Debug2 - write buffered data to Memo
SetDebugMemo - xx$DEFINE DIRECTWRITE} // write-through debug information

Types

Constants

Variables


Functions


procedure Debug(s:string);

when memo will be destroyed, we'll be notified

procedure Debug2(p:TObject;const s:string);

write buffered data to Memo

procedure SetDebugMemo(newMemo:TMemo);

xx$DEFINE DIRECTWRITE} // write-through debug information

Types


Constants


Variables