Hide

SftButton/OCX 3.0 - Button Control

Display
Print

DataObjectFiles.Remove Method

Removes a filename from the Files collection of a DataObject object (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 Files collection of a DataObject object (sftCFFiles format only).

To remove all the file names from the Files collection, use the Clear method.

See Also DataObjectFiles Object | Object Hierarchy


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