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 - GetResultAsString - FD

Properties - GetResultAsString

Returns the calculated result of the given property.

Default is an optional return value for the function in case of failure. If Default is not provided it defaults to an empty string.

Declaration:

GetResultAsString(ItemPath, PropertyName: String; Default: String): String;

Source Code

Delphi

Scripting
output(GetResultAsString(ItemPath, 'Name', 'Failed'));

Copyright 2023 ConstructConnect