To open any link in a new tab, preserving your position in the current article, just hold down the <CTRL> key on your keyboard before clicking the link or click using your mouse wheel.

GetActionLog

GetActionLog



Returns to a string the entire contents of the application Action Log.



Syntax:

Procedure: GetActionLog;


API Call:

Scripting
var
  sActionLog: string;
begin
  sActionLog := GetActionLog();
  ShowMessage(sActionLog);
end;

Copyright 2023 ConstructConnect