IAdhocBinaryData.Item

Syntax

Item(Index: Integer): IAdhocBinaryItem;

Parameters

Index. Index of collection element.

Description

The Item property returns the element of binary data collection.

Comments

The number of collection elements is returned by the IAdhocBinaryData.Count property. The numbering is continuous and starts with zero.

Example

The property use is given in the example for IAdhocBinaryItem.ReadFromStream.

See also:

IAdhocBinaryData