Hide

SftButton/OCX 3.0 - Button Control

Display
Print

DataObjectFiles.Item Property

Returns a specific filename by index from the Files collection of a DataObject object (sftCFFiles format only).

Syntax

Get

VB.NETItem = object.Item(ByVal ItemIndex As Integer) As String
VBItem = object.Item(ByVal ItemIndex As Long) As String
C#.NETstring Item = object[int ItemIndex];
VC++_bstr_t Item = object->Item[long ItemIndex];
_bstr_t Item = object->GetItem(long ItemIndex);
CHRESULT object->get_Item(long ItemIndex, BSTR* Item);

object

A DataObjectFiles object.

ItemIndex

The one-based position of the file name to be retrieved.

Item

Returns the file name at position ItemIndex in the Files collection of a DataObject object (sftCFFiles format only).

Comments

The Item property returns a specific filename by index from the Files collection of a DataObject object (sftCFFiles format only).

This property can be used to retrieve file names from the Files collection.

See Also DataObjectFiles Object | Object Hierarchy


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