Item (Read Only)

Top  Previous  Next

Returns the OhioSessions 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

 

[TTnbOhioSession] = Sessions.Item(index As Variant)

 

Delphi Syntax

 

[TTnbOhioSession] := Sessions.Item(index:Variant);

 

 

Parameters

 

Parameters

Description

index

The index of the target OhioSession.