Hide

SftButton/OCX 3.0 - Button Control

Display
Print

DataObjectFiles.Count Property

Returns the number of filenames in the Files collection of a DataObject object (sftCFFiles format only).

Syntax

Get

VB.NETTotal = object.Count As Integer
VBTotal = object.Count As Long
C#.NETint Total = object.Count;
VC++long Total = object->Count;
long Total = object->GetCount();
CHRESULT object->get_Count(long* Total);

object

A DataObjectFiles object.

Total

Returns the number of filenames in the Files collection of a DataObject object (sftCFFiles format only).

Comments

The Count property returns the number of filenames in the Files collection of a DataObject object (sftCFFiles format only).

This property can be used to iterate through all file names in the Files collection.

See Also DataObjectFiles Object | Object Hierarchy


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