CQG API 4.0 - Revised
Item Property
See Also  Send Feedback
index_
Zero-based index of item in the collection
CQGPointAndFigureBars Collection : Item Property

Glossary Item Box

Description

Returns the CQGPointAndFigureBar by its index.

This is the default property.

Property type

Read-only property

Syntax

Visual Basic
Public Property Item( _
   ByVal index_ As Long _
) As CQGPointAndFigureBar

Parameters

index_
Zero-based index of item in the collection

Return Type

The corresponding collection item, represented as CQGPointAndFigureBar object

Remarks

A CQGPointAndFigureBar object will be created upon request and passed to the user without storing it.

Two sequential requests for the same record may return different objects.

See Also