SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
Removes an item.
VB.NET | object.Remove(ByVal ItemIndex As Integer) |
VB | object.Remove(ByVal ItemIndex As Long) |
C#.NET | void object.Remove(int ItemIndex); |
VC++ | HRESULT object->Remove(long ItemIndex); |
C | HRESULT object->raw_Remove(long ItemIndex); |
object
A SftTreeItems object.
ItemIndex
The zero-based index of the item to remove.
The Remove method removes an item.
If a parent item is deleted, dependents are deleted if the parent item is collapsed (dependents are not visible). If the parent item is expanded when it is deleted, its dependents are not deleted. The Item.Expanded property can be used to determine if an item is expanded. The Item.DeleteDependents method can be used to delete an item's dependents.
If many items have to be deleted, the BulkUpdate property can be used to indicate a mass-update, which is significantly faster.
See Also SftTreeItems Object | Object Hierarchy