ComponentOne Query 8.0
Item Property

Syntax

collection.Item (index)

Arguments

index is an expression that specifies the collection member to be accessed.

Return Value

A reference to the specified object.

Description

Use the Item property to access a specific member of a collection. All collections accept a zero-based index argument.

Notes

The Item property is not required. The following expressions are equivalent:

C1Query.DataSourceFields.Item(0)

C1Query.DataSourceFields(0)

Property applies to DataSourceFields collection.

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback