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 a filename from the DataObject.Files collection (sftCFFiles format only).
| VB.NET | object.Remove(ByVal ItemIndex As Object) |
| VB | object.Remove(ByVal ItemIndex As Variant) |
| C#.NET | void object.Remove(object ItemIndex); |
| VC++ | HRESULT object->Remove(const _variant_t& ItemIndex); |
| C | HRESULT object->raw_Remove(VARIANT ItemIndex); |
object
A DataObjectFiles object.
ItemIndex
The one-based position of the file name to be removed as an Integer or the filename to be removed as a String.
The Remove method removes a filename from the DataObject.Files collection (sftCFFiles format only).
To remove all the file names from the DataObject.Files collection, use the Clear method.
See Also DataObjectFiles Object | Object Hierarchy
