Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

DataObjectFiles.Remove Method

Removes a filename from the DataObject.Files collection (sftCFFiles format only).

Syntax

VB.NETobject.Remove(ByVal ItemIndex As Object)
VBobject.Remove(ByVal ItemIndex As Variant)
C#.NETvoid object.Remove(object ItemIndex);
VC++HRESULT object->Remove(const _variant_t& ItemIndex);
CHRESULT 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.

Comments

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 DataObjectFiles.Clear method.

See Also DataObjectFiles Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.