...
DeleteProperty(ItemPath, PropertyName: String);
Source Code
...
Delphi
Code Block | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
DeleteProperty(itempath, 'Your Property Path'); |
...
...
DeleteProperty(ItemPath, PropertyName: String);
...
Code Block | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
DeleteProperty(itempath, 'Your Property Path'); |
...