|
|
|
|
Remove Method, ItemClass Class |
Removes this item.
Syntax ItemClass Class (Softelvdm.SftTreeNET)
VB |
Public Sub Remove() |
C# |
public void Remove(); |
C++ |
public: void Remove(); |
Comments
The Remove method removes this item.
If the item being removed has dependents, these are also removed.
If many items have to be deleted, the Initializing property can be used to indicate a mass-update, which is significantly faster.
The RemoveChildren method can be used to remove an item's dependents without removing the item itself.
This method can only be used for items in the item area.