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
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
SftTree/NET 2.0 - Tree Control
Removes all entries.
| VB.NET | object.RemoveAll |
| VB | object.RemoveAll |
| C#.NET | void object.RemoveAll(); |
| VC++ | HRESULT object->RemoveAll(); |
| C | HRESULT object->raw_RemoveAll(); |
object
The RemoveAll method removes all entries.
The Entry.Remove method can be used to remove one entry.
Entries are removed from the SftOptions control. Registry and INI file settings cannot be removed with SftOptions or the SftOptsIO control. These are normally removed by a setup application during uninstallation of the application.
See Also SftOptions Object | Object Hierarchy
