IAdhocBinaryData.Item

Fore Syntax

Item(Index: Integer): IAdhocBinaryItem;

Fore.NET Syntax

None;

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.

Fore Example

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

See also:

IAdhocBinaryData