Properties - GetPropertyAttribute
Returns the value of the given Item Property Attribute
...
GetPropertyAttribute(Itempath, PropertyName, AttributeName: String): String;
Source Code
...
Delphi
Code Block | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
output(getpropertyattribute(itempath, 'Name', 'Name')); |
...