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