...
SetPropertyAttribute(ItemPath, PropertyName, AttributeName, Value: String);
Source Code
...
Delphi
Code Block | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
etPropertyAttribute(itempath, 'Name', 'Input', 'True'); |
...
...
SetPropertyAttribute(ItemPath, PropertyName, AttributeName, Value: String);
...
Code Block | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
etPropertyAttribute(itempath, 'Name', 'Input', 'True'); |
...