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.

GetItem (2)

GetItem



Returns the item given by FullPath. Returns Nil if the object is not found.



Syntax:

Procedure: GetItem(sItemPath: string): string;


API Call:

Scripting
var
  sGUID: string;
  sItemPath : string;
begin
  sItemPath := '\Job\Takeoff\Section1';

  sGUID := GetItem(sItemPath);
end;

Copyright 2023 ConstructConnect