GetLastRecords method
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.