Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Properties - GetPropertyAttribute

Returns the value of the given Item Property Attribute

...

GetPropertyAttribute(Itempath, PropertyName, AttributeName: String): String;

Source Code

...

Delphi

Code Block
languagedelphi
themeRDark
titleScripting
linenumberstrue
collapsetrue
output(getpropertyattribute(itempath, 'Name', 'Name'));

...