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.

GetPropertyName

GetPropertyName



Returns the name of the nth property in the property list. 



Syntax:

Procedure: GetPropertyName(ItemPath: String; Index: Integer): String;


API Call:

Scripting
for ndx := 0 to GetPropertyCount(itempath) -1 do
  output(GetPropertyName(itempath, ndx));

Copyright 2023 ConstructConnect