...
GetPropertyAttribute(Itempath, PropertyName, AttributeName: String): String;
Source Code
...
Delphi
Code Block | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
output(getpropertyattribute(itempath, 'Name', 'Name')); |
...
...
GetPropertyAttribute(Itempath, PropertyName, AttributeName: String): String;
...
Code Block | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
output(getpropertyattribute(itempath, 'Name', 'Name')); |
...