Item

Top  Previous  Next

Indicates the OhioSession object at the given index. "One based" indexing is used in all Ohio collections. For example, the first OhioSession in this collection is at index 1.

 

Visual Basic Syntax

 

[TTnbOhioField =] Fields.Item(index As Integer)

 

Delphi Syntax

 

[TTnbOhioField :=] Fields.Item(index:integer);

 

 

Parameters

 

Parameters

Description

index

The index of the target OhioSession.

 

Returns null if no object with that name exists in this collection.