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.

Properties - GetPropertyName - FD

Properties - GetPropertyName

Returns the name of the nth property in the propertylist.

Declaration:

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

Source Code

Delphi

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

Copyright 2023 ConstructConnect