GetLog
Gets the log messages.
Syntax
function GetLog:array of string;
Returned value
- type: array of string
- functions: array of log messages
Examples
var messages := GetLog;
en:wascript:pascal:methods:getlog
Gets the log messages.
function GetLog:array of string;
var messages := GetLog;