Properties - Delete Property
Deletes a property from the item.
...
DeleteProperty(ItemPath, PropertyName: String);
Source Code
...
Delphi
Code Block | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
DeleteProperty(itempath, 'Your Property Path'); |
...
Deletes a property from the item.
...
DeleteProperty(ItemPath, PropertyName: String);
...
Code Block | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
DeleteProperty(itempath, 'Your Property Path'); |
...