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