threadsafelog GetLastRecords method
Return to Introduction  Previous page  Next page
Applies to
acThreadSafeLog component.  

Declaration
function GetLastRecords(Count: Cardinal = 100): String;  

Description
The GetLastRecords method retreives last N log entries (N specified by Count parameter, 100 by default), and returns them as string.  

See also
EmailLastRecords method.