Properties - SetPropertyAttribute
Attempts to set the Item Property Attribute to the given Value.
...
SetPropertyAttribute(ItemPath, PropertyName, AttributeName, Value: String);
Source Code
...
Delphi
Code Block | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
etPropertyAttribute(itempath, 'Name', 'Input', 'True'); |
...